summaryrefslogtreecommitdiff
path: root/dev-lang/idris2/metadata.xml
blob: 2ac8f2763bb17accc258a36bb4b1a9fdeb3d7782 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">

<pkgmetadata>
  <maintainer type="project">
    <email>scheme@gentoo.org</email>
    <name>Gentoo Scheme Project</name>
  </maintainer>
  <longdescription>
    Idris is a programming language designed to encourage Type-Driven
    Development.
    In type-driven development, types are tools for constructing programs.
    We treat the type as the plan for a program, and use the compiler
    and type checker as our assistant, guiding us to a complete program that
    satisfies the type. The more expressive the type is that we give up front,
    the more confidence we can have that the resulting program will be correct.
  </longdescription>
  <upstream>
    <bugs-to>https://github.com/idris-lang/Idris2/issues/</bugs-to>
    <changelog>
      https://github.com/idris-lang/Idris2/blob/main/CHANGELOG.md
    </changelog>
    <remote-id type="github">idris-lang/Idris2</remote-id>
  </upstream>
  <use>
    <flag name="chez">build using <pkg>dev-scheme/chez</pkg></flag>
    <flag name="racket">build using <pkg>dev-scheme/racket</pkg></flag>
    <flag name="test-full">pull in depedndencies to run all tests</flag>
  </use>
</pkgmetadata>