this repo has no description

[new release] grid (0.2.0)

CHANGES:

- add [fold4] and [fold8]
- add [copy]
- add [find]

Changed files
+28
packages
grid
grid.0.2.0
+28
packages/grid/grid.0.2.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Jean-Christophe.Filliatre@cnrs.fr"
+
authors: "Jean-Christophe Filliâtre"
+
synopsis: "A tiny library for two-dimensional arrays"
+
description: "Elementary functions over two-dimensional arrays. Not a linear algebra library."
+
license: "LGPL-2.1-or-later"
+
homepage: "https://github.com/backtracking/grid"
+
doc: "https://backtracking.github.io/grid"
+
bug-reports: "https://github.com/backtracking/grid/issues"
+
depends: [
+
"ocaml"
+
"dune" {>= "2.0.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name] {with-test}
+
]
+
dev-repo: "git+https://github.com/backtracking/grid.git"
+
url {
+
src:
+
"https://github.com/backtracking/grid/releases/download/0.2.0/grid-0.2.0.tbz"
+
checksum: [
+
"sha256=a9b81b05d1db3f01f37d4d08a367b2bd5867ff63a0f00a1abeb5e6078a4517d9"
+
"sha512=bd4995e32da71e2cb872a153b2ffc3030e0ab371a8d03ff6e09443b973f6eca0542b5f3689660c0ae97c543d8cf60f48458400fb6a23819a6d7bbab66413a3cf"
+
]
+
}
+
x-commit-hash: "f5cc98c053f904559ef3ea804986de4f13b995be"