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.12"} 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.1/ocaml-carray-0.0.1.tar.bz2" 20 checksum: [ 21 "md5=0e9d3d5214f50cc0adb331c26583c802" 22 "sha512=82dce500470e269f8052fa79b5c1fb27c5adc76981dd85451ddb1c8c58dd10f22b18ae73dd6ba466900f9a3a1ac03c3305094657cf7504c222ce14e7e29c54cb" 23 ] 24}