opam-version: "2.0" maintainer: "Edgar Aroutiounian " authors: "Edgar Aroutiounian " homepage: "http://hyegar.com" bug-reports: "https://github.com/fxfactorial/brozip/issues" dev-repo: "git+https://github.com/fxfactorial/brozip.git" license: "BSD-3-Clause" build: [ ["oasis" "setup"] ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ["oasis" "setup"] {with-test} ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} ["ocaml" "setup.ml" "-build"] {with-test} ["ocaml" "setup.ml" "-test"] {with-test} ] install: ["ocaml" "setup.ml" "-install"] remove: ["ocaml" "%{etc}%/brozip/_oasis_remove_.ml" "%{etc}%/brozip"] depends: [ "ocaml" {>= "4.02.3"} "brotli" {build} "cmdliner" {build} "lwt" {build} "oasis" {build & >= "0.4"} "ocamlfind" {build} "ocamlbuild" {build} ] synopsis: "CLI to concurrently compress, decompress files using the Brotli algorithm" description: """ brozip is a command line tool to compress and decompress files using the Brotli algorithm, it uses OCaml bindings to the Google Brotli library.""" url { src: "https://github.com/fxfactorial/brozip/archive/v1.0.tar.gz" checksum: [ "sha256=46a1921822fa5c4816547d96ebbb55dea5aca4d3c664f5af836c118515c43caa" "md5=c9cf68cc8a57ce6498bcfa32d69dc5f5" ] } extra-source "brozip.install" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/brozip/brozip.install" checksum: [ "sha256=5b010bcd931b45da20d8004cb55ee72cc8193b8b0fe12070896fbdb73a00517b" "md5=0d1b822c897681cf54b3e1aed52dda99" ] } extra-source "_oasis_remove_.ml" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/brozip/_oasis_remove_.ml" checksum: [ "sha256=30bd6759edf0096e5353751a0603eaf693cb60ea7485aa9418e257dfdb97d916" "md5=6100ca146fa97d2196eb49a2631d0796" ] }