Subject: CVS commit: pkgsrc/lang
From: Nia Alarie
Date: 2020-03-24 14:23:46
Message id: 20200324132347.04717FB27@cvs.NetBSD.org

Log Message:
lang: Add neko. Based on work by cfkoch in wip.

Neko is a high-level dynamically typed programming language. It can be used
as an embedded scripting language. It has been designed to provide a common
runtime for several different languages. Learning and using Neko is very
easy. You can easily extend the language with C libraries. You can also
write generators from your own language to Neko and then use the Neko
Runtime to compile, run, and access existing libraries.

Files:
RevisionActionfile
1.1addpkgsrc/lang/neko/DESCR
1.1addpkgsrc/lang/neko/Makefile
1.1addpkgsrc/lang/neko/PLIST
1.1addpkgsrc/lang/neko/buildlink3.mk
1.1addpkgsrc/lang/neko/distinfo
1.1addpkgsrc/lang/neko/options.mk
1.1addpkgsrc/lang/neko/patches/patch-CMakeLists.txt
1.1addpkgsrc/lang/neko/patches/patch-libs_std_sys.c