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.1.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.3.3.3.tar.gz" 34 checksum: [ 35 "md5=9170d4d98422350c9a73a95adfb795dc" 36 "sha512=c1b024a69b1d0338af6e34508dbf6dccf3c2b6cc156e7628c3d7853c7040e225bdfc0a8731bb4db5a97edba90e26439987bfa505154d23af46f119c07ad809ed" 37 ] 38}