Skip to content

Commit

Permalink
Merge pull request #14988 from UnixJunkie/lz4_chans_latest
Browse files Browse the repository at this point in the history
added packages/lz4_chans/lz4_chans.3.0.0
  • Loading branch information
kit-ty-kate committed Oct 3, 2019
2 parents 32dd565 + fdd994a commit 1d28e94
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/lz4_chans/lz4_chans.3.0.0/opam
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,29 @@
opam-version: "2.0"
authors: "Francois Berenger"
maintainer: "unixjunkie@sdf.org"
homepage: "https://github.com/UnixJunkie/lz4-chans"
bug-reports: "https://github.com/UnixJunkie/lz4-chans/issues"
dev-repo: "git+https://github.com/UnixJunkie/lz4-chans.git"
license: "BSD-3-Clause"
build: [
["dune" "build" "-p" name "-j" jobs]
# the tests don't pass on OCaml 4.03.0, because of a marshalling behavior
# that was working before 4.03.0 and put back in place after 4.03.0
["dune" "exec" "-p" name "src/test.exe"] {with-test & ocaml:version != "4.03.0"}
]
depends: [
"ocaml"
"base-unix"
"conf-lz4"
"dolog" {>= "4.0.0"}
"dune"
]
synopsis: "LZ4-compressed binary channels"
description: """
Open/close binary channels, with LZ4-compression happening in the background,
using a separate process and a named pipe.
"""
url {
src: "https://github.com/UnixJunkie/lz4-chans/archive/v3.0.0.tar.gz"
checksum: "md5=99c95f75ee1c57c7e59820ab7046e777"
}

0 comments on commit 1d28e94

Please sign in to comment.