mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 22:53:10 +00:00
Add currying
This commit is contained in:
parent
4f67b34ade
commit
c86d2ecb18
@ -6697,5 +6697,18 @@
|
|||||||
"description": "nimcalcal - PyCalCal translated to Nim, Calendrical Calculations from Reingold/Dershowitz",
|
"description": "nimcalcal - PyCalCal translated to Nim, Calendrical Calculations from Reingold/Dershowitz",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "http://www3.cs.stonybrook.edu/~algorith/implement/reingold/implement.shtml"
|
"web": "http://www3.cs.stonybrook.edu/~algorith/implement/reingold/implement.shtml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "currying",
|
||||||
|
"url": "https://github.com/t8m8/currying",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"library",
|
||||||
|
"functional",
|
||||||
|
"currying"
|
||||||
|
],
|
||||||
|
"description": "Currying library for Nim",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/t8m8/currying"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user