Add package rangequeries (#2095)

* Added rangequeries

* Add missing comma
This commit is contained in:
Antoine Delègue 2021-12-23 04:20:54 +01:00 committed by GitHub
parent 9a9a993684
commit bd149108d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,19 @@
[
{
"name": "rangequeries",
"url": "https://github.com/vanyle/RangeQueriesNim",
"method": "git",
"tags":[
"range",
"query",
"segment tree",
"tree"
],
"description": "An implementation of Range Queries in Nim",
"license": "MIT",
"web": "https://github.com/vanyle/RangeQueriesNim/",
"doc": "https://vanyle.github.io/RangeQueriesNim/rangequeries.html"
},
{
"name": "riff",
"url": "https://github.com/johnnovak/nim-riff",