From b837f5310bdbb9c402ed2aeabdcfde84f2372d26 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Wed, 13 Dec 2023 16:09:03 -0600 Subject: [PATCH] bigstring-unix-windows.0.3 (#291) --- .../bigstring-unix-windows.0.3/opam | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/bigstring-unix/bigstring-unix-windows.0.3/opam diff --git a/packages/bigstring-unix/bigstring-unix-windows.0.3/opam b/packages/bigstring-unix/bigstring-unix-windows.0.3/opam new file mode 100644 index 00000000..5132f9ba --- /dev/null +++ b/packages/bigstring-unix/bigstring-unix-windows.0.3/opam @@ -0,0 +1,22 @@ +opam-version: "2.0" +authors: "Simon Cruanes " +maintainer: "Simon Cruanes " +synopsis: "I/O functions for bigstrings using file descriptors and memory-maps" +tags: [ "bigstring" "bigarray" ] +homepage: "https://github.com/c-cube/ocaml-bigstring/" +bug-reports: "https://github.com/c-cube/ocaml-bigstring/issues" +dev-repo: "git+https://github.com/c-cube/ocaml-bigstring.git" +build: [ + [ "dune" "build" "-p" "bigstring-unix" "-j" jobs "-x" "windows" ] +] +depends: [ + "dune" {>= "1.2"} + "ocaml-windows" {>= "4.03.0"} +] +url { + src: "https://github.com/c-cube/ocaml-bigstring/archive/0.3.tar.gz" + checksum: [ + "md5=dff09605881c7f6efd4a8a1a71790889" + "sha512=d0c530603e9bb37a704d736137953e4f2a1b1e16517587010f2fb323a5c3e4d887f558775349231ea15a98d3c085ed9daaf0a7603f165cdd0097ff2548ce790a" + ] +}