Added package triplets (#1366)

This commit is contained in:
Ethosa 2020-02-20 22:03:32 +07:00 committed by GitHub
parent 5b368dd47b
commit 1c0d5dec8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16592,5 +16592,19 @@
"description": "nim.uri3 is a Nim module that provides improved way for working with URIs. It is based on the uri module in the Nim standard library and fork from nim-uri2", "description": "nim.uri3 is a Nim module that provides improved way for working with URIs. It is based on the uri module in the Nim standard library and fork from nim-uri2",
"license": "MIT", "license": "MIT",
"web": "https://github.com/zendbit/nim.uri3" "web": "https://github.com/zendbit/nim.uri3"
},
{
"name": "triplets",
"url": "https://github.com/linksplatform/Data.Triplets",
"method": "git",
"tags": [
"triplets",
"database",
"C",
"bindings"
],
"description": "The Nim bindings for linksplatform/Data.Triplets.Kernel.",
"license": "AGPLv3",
"web": "https://github.com/linksplatform/Data.Triplets"
} }
] ]