opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/base_bigstring" bug-reports: "https://github.com/janestreet/base_bigstring/issues" dev-repo: "git+https://github.com/janestreet/base_bigstring.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/base_bigstring/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "base" {>= "v0.16" & < "v0.17"} "int_repr" {>= "v0.16" & < "v0.17"} "ppx_jane" {>= "v0.16" & < "v0.17"} "dune" {>= "2.0.0"} ] synopsis: "String type based on [Bigarray], for use in I/O and C-bindings" description: " String type based on [Bigarray], for use in I/O and C-bindings. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/base_bigstring-v0.16.0.tar.gz" checksum: "sha256=19fcbf8fa1fa557d513679413a9087e4ff1cb846cef1e8a78eaffb293fa926c3" }