Add package intervalsets (#1836)

This commit is contained in:
autumngray 2021-03-11 07:44:20 +01:00 committed by GitHub
parent 134a5a6bd3
commit 00425d6ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21811,5 +21811,17 @@
"description": "Basic tweening library for Nim",
"license": "MIT",
"web": "https://github.com/RainbowAsteroids/tweens"
},
{
"name": "intervalsets",
"url": "https://github.com/autumngray/intervalsets",
"method": "git",
"tags": [
"interval",
"set"
],
"description": "Set implementation of disjoint intervals",
"license": "MIT",
"web": "https://github.com/autumngray/intervalsets"
}
]