opam-version: "2.0" maintainer: "Christian Lindig " authors: "Christian Lindig " homepage: "https://github.com/lindig/ascii85" bug-reports: "https://github.com/lindig/ascii85/issues" license: "BSD-3-Clause" dev-repo: "git+https://github.com/lindig/ascii85.git" build: [ [make] ] install: [make "PREFIX=%{prefix}%" "install"] remove: [make "PREFIX=%{prefix}%" "remove"] depends: [ "ocaml" {>= "4.01.0"} "ocamlfind" {build} "ocamlbuild" {build} ] synopsis: "ascii85 - Adobe's Ascii85 encoding as a module and a command line tool" description: """ The ascii85 module implements the Ascii85 encoding as defined by Adobe for use in the PostScript language. The module is accompanied by a small utility ascii85enc to encode files from the command line.""" url { src: "https://github.com/lindig/ascii85/archive/v0.3.zip" checksum: [ "sha256=e8e30d17c04d2861cc1dddc00b8e4a92f32788704e70fe6a40b1d95d7db6645a" "md5=52b3e995f43c7488ecb037bca176a06f" ] }