this repo has no description
1opam-version: "2.0" 2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 4homepage: "https://github.com/dinosaure/overlap" 5bug-reports: "https://github.com/dinosaure/overlap/issues" 6dev-repo: "git+https://github.com/dinosaure/overlap.git" 7doc: "https://dinosaure.github.io/overlap/" 8license: "MIT" 9synopsis: "Bigarray.overlap" 10description: """A minimal library to know that 2 bigarray share physically the same memory or not.""" 11 12build: [ 13 [ "dune" "build" "-p" name "-j" jobs ] 14 [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} 15] 16 17install: [ 18 [ "dune" "install" "-p" name ] {with-test} 19 [ "./test/test_runes.ml" ] {with-test} 20] 21 22depends: [ 23 "ocaml" {>= "4.08.0"} 24 "dune" {>= "2.6"} 25 "alcotest" {with-test} 26 "astring" {with-test} 27 "fpath" {with-test} 28 "bos" {with-test} 29 "ocamlfind" {with-test} 30 "conf-pkg-config" {build} 31] 32 33depopts: [ 34 "ocaml-freestanding" 35 "mirage-xen-posix" 36 "js_of_ocaml-compiler" 37] 38 39conflicts: [ 40 "mirage-xen-posix" {< "3.1.0"} 41 "ocaml-freestanding" {< "0.4.3"} 42] 43url { 44 src: 45 "https://github.com/dinosaure/overlap/releases/download/v0.2.1/bigarray-overlap-0.2.1.tbz" 46 checksum: [ 47 "sha256=2f520ac470054e335883eba9254bf28b6676ddb57753cfb58b22cf84ae1a66e0" 48 "sha512=223f15f815cd944cf2e9955ed9e3cf5608a9db36103e9bb017c2fe452dfb319908228b419f416f6239b8562208027068b7c44e8fb4be6c6a7858ecba540d5439" 49 ] 50} 51x-commit-hash: "ebdd14f8c399ffab0a111bb5a62a0f9aff72bf85"