this repo has no description
1opam-version: "2.0" 2synopsis: "Contiguous arrays in OCaml" 3maintainer: "Danny Willems <be.danny.willems@gmail.com>" 4authors: "Danny Willems <be.danny.willems@gmail.com>" 5license: "MIT" 6homepage: "https://gitlab.com/dannywillems/ocaml-carray" 7bug-reports: "https://gitlab.com/dannywillems/ocaml-carray/issues" 8depends: [ 9 "ocaml" {>= "4.08"} 10 "dune" {>= "2.8.4"} 11 "bls12-381" {>= "3.0.0" & < "4.0.0" & with-test} 12 "alcotest" {with-test} 13] 14build: ["dune" "build" "-j" jobs "-p" name "@install"] 15run-test: ["dune" "runtest" "-p" name "-j" jobs] 16dev-repo: "git+https://gitlab.com/dannywillems/ocaml-carray.git" 17url { 18 src: 19 "https://gitlab.com/dannywillems/ocaml-carray/-/archive/0.0.2/ocaml-carray-0.0.2.tar.bz2" 20 checksum: [ 21 "md5=28991f1b5a3f1c2ba18b085e7e8da5a3" 22 "sha512=497ee34ec4108bbe3c8c5531b940c7a2b19c628adbd9d2af6d97f5a25a6ea80999cc20e885a9a9ddfb39993eda91eb66e05fb65fd7b4e1d9bd19bdd4ba5982ec" 23 ] 24}