this repo has no description
1opam-version: "2.0"
2maintainer: "Lucas Pluvinage <lucas.pluvinage@gmail.com>"
3authors: [ "Lucas Pluvinage <lucas.pluvinage@gmail.com>" ]
4license: "ISC"
5homepage: "https://github.com/mirage/bigarray-compat"
6bug-reports: "https://github.com/mirage/bigarray-compat/issues"
7dev-repo: "git+https://github.com/mirage/bigarray-compat.git"
8build: [
9 ["dune" "subst"] {dev}
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.02.3"}
14 "dune" {>= "1.0"}
15]
16synopsis:
17 "Compatibility library to use Stdlib.Bigarray when possible"
18url {
19 src:
20 "https://github.com/mirage/bigarray-compat/releases/download/v1.1.0/bigarray-compat-1.1.0.tbz"
21 checksum: [
22 "sha256=434469a48d5c84e80d621b13d95eb067f8138c1650a1fd5ae6009a19b93718d5"
23 "sha512=7be283fd957ee168ce1e62835d22114da405e4b7da9619b4f2030a832d45ca210a0c8f1d1c57c92e224f3512308a8a0f0923b94f44b6f582acbe0e7728d179d4"
24 ]
25}
26x-commit-hash: "2ea842ba4ab2cfee7b711f7ad927917f3179a6f9"