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.2.zip" checksum: [ "sha256=e640b6813a04c2908797010830f5302d82d2c149b8ba8ee2247e50bb026e6bd3" "md5=4a6c3f795e3dda8918ffa26f2938d9fa" ] }