aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorendes123321 <endes@disroot.org>2019-03-21 20:45:37 +0000
committerMiran <narimiran@disroot.org>2019-03-21 21:45:37 +0100
commitc9d7f9e3ceb8a154758b8f0cda0b0b9a2366dd88 (patch)
treec5fde64d1a1b421d0cf00e637947e2710fb5551f
parent0c95258d920a783b325e72710e44f14f81f74f21 (diff)
downloadpackages-c9d7f9e3ceb8a154758b8f0cda0b0b9a2366dd88.tar.gz
packages-c9d7f9e3ceb8a154758b8f0cda0b0b9a2366dd88.zip
Update packages.json (#1036)
added nimcdl package
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index fda3927..acaf5df 100644
--- a/packages.json
+++ b/packages.json
@@ -12909,5 +12909,19 @@
"description": "Simple terminal ping graph",
"license": "MIT",
"web": "https://github.com/SolitudeSF/pinggraph"
+ },
+ {
+ "name": "nimcdl",
+ "url": "https://gitlab.com/endes123321/nimcdl",
+ "method": "git",
+ "tags": [
+ "circuit",
+ "HDL",
+ "PCB",
+ "DSL"
+ ],
+ "description": "Circuit Design language made in Nim",
+ "license": "GPLv3",
+ "web": "https://gitlab.com/endes123321/nimcdl"
}
]