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.15~"}
16]
17synopsis: "Efficient marshaling to and from bigarrays"
18url {
19 src: "https://github.com/UnixJunkie/bytearray/archive/v1.0.3.tar.gz"
20 checksum: [
21 "sha256=8a57ac668beb6a40528398699d76eb3460745cf73945c055999dd794a3806657"
22 "md5=d3838d148f96e48e801702965ed93059"
23 ]
24}