this repo has no description
1opam-version: "2.0"
2authors: "Jérôme Vouillon <Jerome.Vouillon@pps.univ-paris-diderot.fr>"
3maintainer: "unixjunkie@sdf.org"
4license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception"
5homepage: "https://github.com/UnixJunkie/bytearray"
6dev-repo: "git+https://github.com/UnixJunkie/bytearray.git"
7bug-reports: "https://github.com/UnixJunkie/bytearray/issues"
8build: [
9 ["dune" "build" "-p" name "-j" jobs]
10]
11depends: [
12 "base-bigarray"
13 "cppo" {>= "1.1.2"}
14 "dune"
15 "ocaml" {>= "4.03.0" & < "4.14~"}
16]
17synopsis: "Efficient marshaling to and from bigarrays"
18url {
19 src: "https://github.com/UnixJunkie/bytearray/archive/v1.0.2.tar.gz"
20 checksum: [
21 "sha256=4460bc7f659fc109ff4d15f5f2c9c156c70094ea10beab704032c77db36d5a29"
22 "md5=ef4b6a1ef9c4cb1d4d77a3b72f33ddcc"
23 ]
24}