this repo has no description
1opam-version: "2.0" 2authors: "Francois Berenger" 3maintainer: "unixjunkie@sdf.org" 4homepage: "https://github.com/UnixJunkie/lz4-chans" 5bug-reports: "https://github.com/UnixJunkie/lz4-chans/issues" 6dev-repo: "git+https://github.com/UnixJunkie/lz4-chans.git" 7license: "BSD-3-Clause" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" 13 "base-unix" 14 "conf-lz4" 15 "dolog" {>= "4.0.0"} 16 "dune" {>= "1.6"} 17] 18synopsis: "LZ4-compressed binary channels" 19description: """ 20Open/close binary channels, with LZ4-compression happening in the background, 21using a separate process and a named pipe. 22""" 23url { 24 src: "https://github.com/UnixJunkie/lz4-chans/archive/v3.0.1.tar.gz" 25 checksum: [ 26 "sha256=e207032042de4cc445da4cf60493560516b659847a00213b36ca385852be30c4" 27 "md5=1853b6d412b297e78e7e4d62a77b91b2" 28 ] 29}