# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup ocaml 1.1 PortGroup github 1.0 name ocaml-bigstringaf version 0.10.0 revision 0 categories ocaml devel maintainers {pguyot @pguyot} openmaintainer license BSD github.setup inhabitedtype bigstringaf ${version} description Bigstring intrinsics and fast blits based on memcpy/memmove long_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. homepage https://github.com/inhabitedtype/bigstringaf checksums rmd160 f88e5b4c4c8fd67130c4689eea30a3b9a5783902 \ sha256 2de0d59ade44b8e2c3839d3c803a114adfc5393c229f64765b18e7b884eaed55 \ size 12165 depends_build-append port:ocaml-dune-configurator ocaml.build_type dune