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.17~preview.129.11+135"} "int_repr" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" 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://github.com/janestreet/base_bigstring/archive/68632c120212822362abe43036914208d6281b03.tar.gz" checksum: "sha256=c6a68a38cd313aa9f1f61f80d6a8f72a24e65b090c30330d198c2c045985ac23" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]