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/janet/metadata.xml

29 lines
960 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Oz Tiram</name>
<email>oz.tiram@gmail.com</email>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
Janet is a functional and imperative programming language and bytecode
interpreter. It is a modern lisp, but lists are replaced by other data
structures with better utility and performance
(arrays, tables, structs, tuples).
The language also supports bridging to native code written in C,
meta-programming with macros, and bytecode assembly.
</longdescription>
<upstream>
<remote-id type="github">janet-lang/janet</remote-id>
</upstream>
<use>
<flag name="static-libs">install janet static library archive,
you must enable this flag for using `jpm build`
</flag>
</use>
</pkgmetadata>