Added package akane (#1397)

This commit is contained in:
Ethosa 2020-03-14 15:00:55 +07:00 committed by GitHub
parent 19658f16e8
commit c55a272180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16950,6 +16950,19 @@
"description": "An embedded text editor for paranim games",
"license": "Public Domain"
},
{
"name": "akane",
"url": "https://github.com/ethosa/akane",
"method": "git",
"tags": [
"async",
"web",
"framework"
],
"description": "The Nim asynchronous web framework.",
"license": "MIT",
"web": "https://github.com/ethosa/akane"
},
{
"name": "roots",
"url": "https://github.com/BarrOff/roots",