this repo has no description
1opam-version: "2.0" 2synopsis: "A set of utils for dealing with `bigarrays` of `char`" 3authors: "Simon Cruanes <simon.cruanes.2007@m4x.org>" 4maintainer: "Simon Cruanes <simon.cruanes.2007@m4x.org>" 5tags: [ "bigstring" "bigarray" ] 6homepage: "https://github.com/c-cube/ocaml-bigstring/" 7bug-reports: "https://github.com/c-cube/ocaml-bigstring/issues" 8dev-repo: "git+https://github.com/c-cube/ocaml-bigstring.git" 9build: [ 10 [ "dune" "build" "-p" name "-j" jobs ] 11 [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} 12] 13depends: [ 14 "dune" {>= "1.2"} 15 "base-bigarray" 16 "base-bytes" 17 "ocaml" {>= "4.03.0"} 18 "alcotest" {with-test & < "1.2"} 19 "bigstring-unix" {with-test} 20] 21url { 22 src: "https://github.com/c-cube/ocaml-bigstring/archive/0.3.tar.gz" 23 checksum: [ 24 "md5=dff09605881c7f6efd4a8a1a71790889" 25 "sha512=d0c530603e9bb37a704d736137953e4f2a1b1e16517587010f2fb323a5c3e4d887f558775349231ea15a98d3c085ed9daaf0a7603f165cdd0097ff2548ce790a" 26 ] 27}