this repo has no description

Merge pull request #22597 from UnixJunkie/bytearray_103

new file: packages/bytearray/bytearray.1.0.3/opam

Changed files
+21
packages
bytearray
bytearray.1.0.3
+21
packages/bytearray/bytearray.1.0.3/opam
···
+
opam-version: "2.0"
+
authors: "Jérôme Vouillon <Jerome.Vouillon@pps.univ-paris-diderot.fr>"
+
maintainer: "unixjunkie@sdf.org"
+
license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception"
+
homepage: "https://github.com/UnixJunkie/bytearray"
+
dev-repo: "git+https://github.com/UnixJunkie/bytearray.git"
+
bug-reports: "https://github.com/UnixJunkie/bytearray/issues"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"base-bigarray"
+
"cppo" {>= "1.1.2"}
+
"dune"
+
"ocaml" {>= "4.03.0" & < "4.15~"}
+
]
+
synopsis: "Efficient marshaling to and from bigarrays"
+
url {
+
src: "https://github.com/UnixJunkie/bytearray/archive/v1.0.3.tar.gz"
+
checksum: "md5=d3838d148f96e48e801702965ed93059"
+
}