opam-version: "2.0"
maintainer: "simon.cruanes.2007@m4x.org"
authors: "Simon Cruanes"
homepage: "https://github.com/c-cube/ocaml-bigstring/"
bug-reports: "https://github.com/c-cube/ocaml-bigstring/issues"
tags: ["bigstring" "bigarray"]
dev-repo: "git+https://github.com/c-cube/ocaml-bigstring.git"
build: [make "all"]
install: [make "install"]
remove: ["ocamlfind" "remove" "bigstring"]
depends: [
  "ocaml" {< "4.08.0"}
  "ocamlfind" {build}
  "base-bigarray"
  "base-bytes"
  "ocamlbuild" {build}
]
synopsis: "Bigstring built on top of bigarrays, and convenient functions"
description: """
Bigstrings are useful for interfacing with C, low level IO,
memory-mapping, etc."""
flags: light-uninstall
url {
  src: "https://github.com/c-cube/ocaml-bigstring/archive/0.1.tar.gz"
  checksum: "md5=ef0de83233f9d6e2f660ba42f02fed35"
}
