summaryrefslogtreecommitdiff
blob: 299317467d7faaa82366e3e1db39c6b4ebc01bc1 (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
<?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" proxied="proxy">
	<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>