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" ] 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.1.0.tar.gz" checksum: [ "sha256=ca7b25e559724709ef26eebf0b9940c42aec5b2285e7ba2905f707c345eca5a6" "md5=4685c54cf1b8318acda294be44f94813" ] }