dev-lang/janet: new package
authorOz Tiram <oz.tiram@gmail.com>
Wed, 29 Jan 2020 06:21:43 +0000 (07:21 +0100)
committerJoonas Niilola <juippis@gentoo.org>
Wed, 18 Mar 2020 08:30:26 +0000 (10:30 +0200)
commit4345a315c0ec90890696de5da1b71ebbf839d08a
tree7de5a9db1621a806bb5859eeee24f3507e866d0f
parentf66a6f34aceb93ab8ff25b0e30efc17c109bef4e
dev-lang/janet: new package

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.

Package-Manager: Portage-2.3.84, Repoman-2.3.16
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14503
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
dev-lang/janet/Manifest [new file with mode: 0644]
dev-lang/janet/files/janet-1.7.0-fix-ldflags-in-pkgconfig.patch [new file with mode: 0644]
dev-lang/janet/janet-1.7.0.ebuild [new file with mode: 0644]
dev-lang/janet/metadata.xml [new file with mode: 0644]