diff options
| author | ReneSac <ReneSac@users.noreply.github.com> | 2018-08-17 07:14:33 -0300 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-08-17 11:14:33 +0100 |
| commit | 3d65accf90d1de6c07aa4901443d0fbc47532bf3 (patch) | |
| tree | 4944075fa2fd590afb45542bd51af14eaf3899cc | |
| parent | 6f2098983a950e9a64f733ad994d8163b3e91574 (diff) | |
| download | packages-3d65accf90d1de6c07aa4901443d0fbc47532bf3.tar.gz packages-3d65accf90d1de6c07aa4901443d0fbc47532bf3.zip | |
Added package memviews (#825)
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 70c988b..326d635 100644 --- a/packages.json +++ b/packages.json @@ -10235,6 +10235,22 @@ "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", "method": "git", |
