opam-version: "2.0" maintainer: "Spiros Eliopoulos " authors: [ "Spiros Eliopoulos " ] license: "BSD-3-Clause" homepage: "https://github.com/inhabitedtype/bigstringaf" bug-reports: "https://github.com/inhabitedtype/bigstringaf/issues" dev-repo: "git+https://github.com/inhabitedtype/bigstringaf.git" build: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name] {with-test} ] depends: [ "ocaml" {>= "4.03.0"} "jbuilder" {>= "1.0+beta10"} "alcotest" {with-test} "base-bigarray" ] depopts: [ "mirage-xen" "ocaml-freestanding" ] synopsis: "Bigstring intrinsics and fast blits based on memcpy/memmove" description: """ The OCaml compiler has a bunch of intrinsics for Bigstrings, but they're not widely-known, sometimes misused, and so programs that use Bigstrings are slower than they have to be. And even if a library got that part right and exposed the intrinsics properly, the compiler doesn't have any fast blits between Bigstrings and other string-like types. So here they are. Go crazy.""" url { src: "https://github.com/inhabitedtype/bigstringaf/archive/0.3.0.tar.gz" checksum: [ "sha256=cfaadf09e2ed9dc04a7c6cd55386ea2ca0f0296ad6d8b5777ff65b4bda7499d5" "md5=739a2006067d7432743f777d7f5afcfd" ] } conflicts: [ "mirage-xen" {>= "6.0.0"} ]