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"
4homepage: "https://github.com/UnixJunkie/bytearray"
5dev-repo: "git+https://github.com/UnixJunkie/bytearray.git"
6bug-reports: "https://github.com/UnixJunkie/bytearray/issues"
7build: [
8 ["dune" "build" "-p" name "-j" jobs]
9]
10depends: [
11 "base-bigarray"
12 "cppo"
13 "dune" {< "2.0"}
14 "ocaml" {< "4.10"}
15]
16synopsis: "Efficient marshaling to and from bigarrays"
17url {
18 src: "https://github.com/UnixJunkie/bytearray/archive/v1.0.0.tar.gz"
19 checksum: [
20 "sha256=e600d8ca331a41702608692252335f363400da9be87e82c4b52c363b9755833d"
21 "md5=be4ed0883ccba9e7458979ffd113769e"
22 ]
23}