From 6fa3ca58994069ae5780354a739b7c29299f45d5 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Tue, 23 Aug 2022 05:29:16 +0400 Subject: [PATCH] update of manush json file. --- manush.json | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/manush.json b/manush.json index 213d5ff..28a4c23 100644 --- a/manush.json +++ b/manush.json @@ -1,25 +1,32 @@ { "Package": "manush", "Author": "noch", - "License": "unefinedyet", - "Version": "0.1", + "License": "BSD 2-Clause License", + "Version": "0.1.1", "Remote": - { + { "type": "git", - "path": "http://git0.loc.illuriasecurity.com/illuria/manush", + "path": "https://github.com/illuria/manush", + "branch": "master", "tag" : "0.1" - }, + }, "Dependencies": { + "lists": "0.1", "opts": "0.1", + "pipes": "0.1", "skprJson": "0.1" }, "Build": { - "voc -s": "src/mnshList.Mod", - "voc -s": "src/mnshDefs.Mod", - "voc -s": "src/mnshStorage.Mod", - "voc -s": "src/mnshExtTools.Mod", - "voc -M": "src/manush.Mod" + "voc -s": "src/mnshList.Mod", + "voc -s": "src/mnshUnix.Mod", + "voc -s": "src/mnshDefs.Mod", + "voc -s": "src/mnshCrt.Mod", + "voc -s": "src/mnshStorage.Mod", + "voc -s": "src/mnshExtTools.Mod", + "voc -s": "src/mnshTerm.Mod", + "voc -s": "src/mnshInput.Mod", + "voc -M": "src/manush.Mod" } }