You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/idris2/metadata.xml

31 lines
1.2 KiB

<?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>