From ed99e3ef03a441a03372bdf73a0980c241346bf1 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Tue, 16 Jan 2024 01:09:23 +0400 Subject: [PATCH] antranig's and inna's sources packaged. --- libucl.json | 18 ++++++++++++++++++ libxo.json | 17 +++++++++++++++++ oberonDS.json | 21 +++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 libucl.json create mode 100644 libxo.json create mode 100644 oberonDS.json diff --git a/libucl.json b/libucl.json new file mode 100644 index 0000000..e639bb1 --- /dev/null +++ b/libucl.json @@ -0,0 +1,18 @@ +{ + "Package": "libucl", + "Author": "antranigv", + "License": "BSD", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/antranigv/voclibucl", + "tag" : "0.1" + }, + "Build": + { + "voc -s": "src/ucl.Mod", + "CFLAGS=-lucl voc -m": "test/libucl_test.Mod", + "cp": "test/example.ucl .", + } +} diff --git a/libxo.json b/libxo.json new file mode 100644 index 0000000..43d878b --- /dev/null +++ b/libxo.json @@ -0,0 +1,17 @@ +{ + "Package": "libxo", + "Author": "antranigv", + "License": "BSD", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/antranigv/voclibxo", + "tag" : "0.1" + }, + "Build": + { + "voc -s": "src/xo.Mod", + "CFLAGS=-lxo voc -m": "test/libxo_test.Mod", + } +} diff --git a/oberonDS.json b/oberonDS.json new file mode 100644 index 0000000..9f85179 --- /dev/null +++ b/oberonDS.json @@ -0,0 +1,21 @@ +{ + "Package": "oberonDS", + "Author": "InnaKhachikyan", + "License": "unknown", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/InnaKhachikyan/oberonDS", + "tag" : "0.1" + }, + "Build": + { + "voc -s": "src/DynamicArray.Mod" + "voc -s": "src/HashMap.Mod", + "voc -s": "src/Map.Mod", + "voc -m": "test/DynamicArrayTest.Mod", + "voc -m": "test/HashMapTest.Mod", + "voc -m": "test/MapTest.Mod", + } +}