this repo has no description
1opam-version: "2.0" 2maintainer: "Simon Cruanes <simon.cruanes.2007@m4x.org>" 3authors: "Simon Cruanes <simon.cruanes.2007@m4x.org>" 4homepage: "https://github.com/c-cube/ocaml-bigstring/" 5bug-reports: "https://github.com/c-cube/ocaml-bigstring/issues" 6tags: ["bigstring" "bigarray"] 7dev-repo: "git+https://github.com/c-cube/ocaml-bigstring" 8build: [ 9 ["jbuilder" "build" "-j" jobs "-p" name "@install"] 10 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} 11] 12depends: [ 13 "ocaml" {>= "4.03.0"} 14 "jbuilder" {>= "1.0+beta19.1"} 15 "base-bigarray" 16 "base-bytes" 17] 18synopsis: "Bigstring built on top of bigarrays, and convenient functions" 19description: """ 20Bigstrings are useful for interfacing with C, low level IO, 21memory-mapping, etc.""" 22url { 23 src: "https://github.com/c-cube/ocaml-bigstring/archive/0.2.tar.gz" 24 checksum: [ 25 "sha256=cee68d33b2644b8b98f98d4fd30d7e3915ed4ba639d35f42a7d75f64aa68f306" 26 "md5=5582e995b7d4c9e4a2949214756db7dd" 27 ] 28}