this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Numpy file format support for ocaml"
4maintainer: ["Lukasz Stafiniak <lukstafi@gmail.com>"]
5authors: ["Laurent Mazare"]
6license: "BSD-2-Clause"
7homepage: "https://github.com/lukstafi/ocannl"
8doc: "https://github.com/lukstafi/ocannl/blob/master/README.md"
9bug-reports: "https://github.com/lukstafi/ocannl/issues"
10depends: [
11 "ocaml" {>= "5.2.0"}
12 "camlzip"
13 "dune" {>= "3.11"}
14 "conf-python-3" {with-test}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/lukstafi/ocannl.git"
32url {
33 src: "https://github.com/lukstafi/ocannl/archive/refs/tags/0.4.1.1.tar.gz"
34 checksum: [
35 "md5=b7618f68bb78540cbef30a35e9f127b6"
36 "sha512=eb42fde46a0c29a7a2db1de361af3b35991b1eb05501536cc5f72dcf3225f5305559295824935f4d6a9c0a2bf7b64f061c8304143f28cccc1baa745e4599792e"
37 ]
38}