Added package memviews (#825)

This commit is contained in:
ReneSac 2018-08-17 07:14:33 -03:00 committed by Dominik Picheta
parent 6f2098983a
commit 3d65accf90

View File

@ -10234,6 +10234,22 @@
"license": "MIT",
"web": "https://github.com/ReneSac/c_alikes"
},
{
"name": "memviews",
"url": "https://github.com/ReneSac/memviews",
"method": "git",
"tags": [
"library",
"slice",
"slicing",
"shallow",
"array",
"vector"
],
"description": "Unsafe in-place slicing",
"license": "MIT",
"web": "https://github.com/ReneSac/memviews"
},
{
"name": "espeak",
"url": "https://github.com/juancarlospaco/nim-espeak",