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" {>= "1.1.2"} 13 "dune" 14 "ocaml" {< "4.14~" } 15] 16synopsis: "Efficient marshaling to and from bigarrays" 17url { 18 src: "https://github.com/UnixJunkie/bytearray/archive/v1.0.1.tar.gz" 19 checksum: [ 20 "sha256=cfd04762cd79bc09a77ba5b6c0c51e883c114592659f65c0a8a5b22141aab31f" 21 "md5=9f57799ca9e971ab5886310f17012546" 22 ] 23}