From 482be6bcd05b7b89ed8432554bc4cae6dfde9e61 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Fri, 15 May 2020 01:26:24 +0400 Subject: [PATCH] some experimental json format --- Bron-Dijkstra-Strings.json | 17 ++++++++++++++++- Internet.json | 17 ++++++++++++++++- armscii.json | 17 ++++++++++++++++- diaspora.json | 18 +++++++++++++++++- irc_client.json | 18 +++++++++++++++++- portgres.json => postgres.json | 0 test.json | 0 time.json | 17 ++++++++++++++++- vpicl.json | 17 ++++++++++++++++- 9 files changed, 114 insertions(+), 7 deletions(-) rename portgres.json => postgres.json (100%) delete mode 100644 test.json diff --git a/Bron-Dijkstra-Strings.json b/Bron-Dijkstra-Strings.json index 02794bb..25bd17f 100644 --- a/Bron-Dijkstra-Strings.json +++ b/Bron-Dijkstra-Strings.json @@ -1 +1,16 @@ -{"path" : "https://github.com/norayr/Bron-Dijkstra-Strings"} +{ + "Package": "Bron-Dijkstra-Strings", + "Author": "nc", + "License": "GPL-3", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/norayr/Bron-Dijkstra-Strings", + "tag" : "0.1", + }, + "Dependencies": + { + + } +} diff --git a/Internet.json b/Internet.json index 657d4e0..6f7a6ba 100644 --- a/Internet.json +++ b/Internet.json @@ -1 +1,16 @@ -{"path" : "https://github.com/norayr/Internet"} +{ + "Package": "Internet", + "Author": "nc", + "License": "GPL-3", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/norayr/Internet", + "tag" : "0.1", + }, + "Dependencies": + { + + } +} diff --git a/armscii.json b/armscii.json index 311f342..f0daeb5 100644 --- a/armscii.json +++ b/armscii.json @@ -1 +1,16 @@ -{"path" : "https://github.com/norayr/armscii"} +{ + "Package": "Internet", + "Author": "nc", + "License": "GPL-3", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/norayr/armscii", + "tag" : "0.1", + }, + "Dependencies": + { + + } +} diff --git a/diaspora.json b/diaspora.json index a69da32..89f1603 100644 --- a/diaspora.json +++ b/diaspora.json @@ -1 +1,17 @@ -{ "path" : "https://github.com/norayr/diaspora" } +{ + "Package": "diaspora", + "Author": "nc", + "License": "GPL-3", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/norayr/diaspora", + "tag" : "0.1", + }, + "Dependencies": + { + "lists": "0.1", + "postgres": "0.1" + } +} diff --git a/irc_client.json b/irc_client.json index cf24243..a0143ef 100644 --- a/irc_client.json +++ b/irc_client.json @@ -1 +1,17 @@ -{"path" : "https://github.com/norayr/irc_client"} +{ + "Package": "irc_client", + "Author": "nc", + "License": "GPL-3", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/norayr/irc_client", + "tag" : "0.1", + }, + "Dependencies": + { + "lists": "0.1", + "Internet": "0.1" + } +} diff --git a/portgres.json b/postgres.json similarity index 100% rename from portgres.json rename to postgres.json diff --git a/test.json b/test.json deleted file mode 100644 index e69de29..0000000 diff --git a/time.json b/time.json index ded091a..626ccb0 100644 --- a/time.json +++ b/time.json @@ -1 +1,16 @@ -{"path" : "https://github.com/norayr/time"} +{ + "Package": "time", + "Author": "nc", + "License": "GPL-3", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/norayr/time", + "tag" : "0.1", + }, + "Dependencies": + { + + } +} diff --git a/vpicl.json b/vpicl.json index 25104c2..de993c0 100644 --- a/vpicl.json +++ b/vpicl.json @@ -1 +1,16 @@ -{"path" : "https://github.com/norayr/vpicl"} +{ + "Package": "vpicl", + "Author": "nc", + "License": "GPL-3", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/norayr/vpicl", + "tag" : "0.1", + }, + "Dependencies": + { + + } +}