Add package strides (#2423)

This commit is contained in:
fsh 2022-12-10 17:19:44 +01:00 committed by GitHub
parent f7d1a4c33c
commit 3843b3ce82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28080,5 +28080,22 @@
"description": "A Prologue extension. Provides an admin environment for your prologue server making use of norm.",
"license": "MIT",
"web": "https://github.com/PhilippMDoerner/Snorlogue"
},
{
"name": "strides",
"url": "https://github.com/fsh/strides",
"method": "git",
"tags": [
"stride",
"range",
"slicing",
"indexing",
"utility",
"library"
],
"description": "Strided indexing and slicing with a step",
"license": "MIT",
"web": "https://github.com/fsh/strides",
"doc": "https://fsh.github.io/strides/strides.html"
}
]