Skip to content

Commit

Permalink
bigstringaf-windows.0.9.1 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
toots authored Dec 13, 2023
1 parent b837f53 commit a902f19
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/bigstringaf-windows/bigstringaf-windows.0.9.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
maintainer: "Spiros Eliopoulos <[email protected]>"
authors: [ "Spiros Eliopoulos <[email protected]>" ]
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: [
[
"dune"
"build"
"-p"
"bigstringaf"
"-j"
jobs
"-x"
"windows"
"@install"
]
]
depends: [
"dune" {>= "3.0"}
"dune-configurator" {>= "3.0"}
"ocaml-windows" {>= "4.08.0"}
]
synopsis: "Bigstring intrinsics and fast blits based on memcpy/memmove"
description: """
Bigstring intrinsics and fast blits based on memcpy/memmove

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.9.1.tar.gz"
checksum: "md5=909fdc277cf03096a35b565325d5314a"
}

0 comments on commit a902f19

Please sign in to comment.