Skip to content

Commit 7826971

Browse files
authored
Adding alogani nimble packages (#2865)
1 parent 7c9a16c commit 7826971

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed

packages.json

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,87 @@
11
[
2+
{
3+
"name": "shellcmd",
4+
"url": "https://github.com/Alogani/shellcmd",
5+
"method": "git",
6+
"tags": [
7+
"library",
8+
"childprocess",
9+
"async",
10+
"script",
11+
"bash",
12+
"terminal",
13+
"system administration",
14+
],
15+
"description": "Collection of Terminal commands to be used inside nim",
16+
"license": "MIT",
17+
"web": "https://github.com/Alogani/shellcmd"
18+
},
19+
{
20+
"name": "asyncproc",
21+
"url": "https://github.com/Alogani/asyncproc",
22+
"method": "git",
23+
"tags": [
24+
"library",
25+
"childprocess",
26+
"async",
27+
],
28+
"description": "Flexible child process spawner with strong async features",
29+
"license": "MIT",
30+
"web": "https://github.com/Alogani/asyncproc"
31+
},
32+
{
33+
"name": "aloganimisc",
34+
"url": "https://github.com/Alogani/aloganimisc",
35+
"method": "git",
36+
"tags": [
37+
"library",
38+
"dependency"
39+
],
40+
"description": "Dependency for asyncproc and shellcmd package. Small utilities not worthing a package. Not meant to be used in production",
41+
"license": "MIT",
42+
"web": "https://github.com/Alogani/aloganimisc"
43+
},
44+
{
45+
"name": "asyncio",
46+
"url": "https://github.com/Alogani/asyncio",
47+
"method": "git",
48+
"tags": [
49+
"library",
50+
"async",
51+
"asyncfile",
52+
"asyncpipe",
53+
"asyncstreams"
54+
],
55+
"description": "Async files and streams tools",
56+
"license": "MIT",
57+
"web": "https://github.com/Alogani/asyncio"
58+
},
59+
{
60+
"name": "asyncsync",
61+
"url": "https://github.com/Alogani/asyncsync",
62+
"method": "git",
63+
"tags": [
64+
"library",
65+
"async",
66+
"primitives"
67+
],
68+
"description": "Async primitives working on std/asyncdispatch",
69+
"license": "MIT",
70+
"web": "https://github.com/Alogani/asyncsync"
71+
},
72+
{
73+
"name": "csvdict",
74+
"url": "https://github.com/Alogani/csvdict",
75+
"method": "git",
76+
"tags": [
77+
"csv",
78+
"library",
79+
"data",
80+
],
81+
"description": "Another CsvTable API. Goals are efficient, simple and flexible",
82+
"license": "MIT",
83+
"web": "https://github.com/Alogani/csvdict"
84+
},
285
{
386
"name": "well_parser",
487
"url": "https://codeberg.org/samsamros/RRC-permits",

0 commit comments

Comments
 (0)