Add package records (#2308)

* Added package records

* fix tags
This commit is contained in:
Dan Rose 2022-08-04 21:01:46 -05:00 committed by GitHub
parent 131b947167
commit 76ea33e12d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27003,5 +27003,26 @@
"description": "Thesaurus CLI/Library & Analyzer in Nim",
"license": "MIT/ISC",
"web": "https://github.com/c-blake/thes"
},
{
"name": "records",
"url": "https://github.com/rotu/nim-records",
"method": "git",
"tags": [
"tuples",
"tuple",
"relation",
"relational",
"algebra",
"records",
"record",
"heterogeneous",
"strongly",
"statically",
"typed"
],
"description": "Operations on tuples as heterogeneous record types a la Relational Algebra",
"license": "MIT",
"web": "https://github.com/rotu/nim-records"
}
]