Skip to content

Commit

Permalink
bigstring-unix-windows.0.3 (ocaml-cross#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
toots authored Dec 13, 2023
1 parent 4424911 commit b837f53
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/bigstring-unix/bigstring-unix-windows.0.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
opam-version: "2.0"
authors: "Simon Cruanes <simon.cruanes.2007@m4x.org>"
maintainer: "Simon Cruanes <simon.cruanes.2007@m4x.org>"
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"
]
}

0 comments on commit b837f53

Please sign in to comment.