this repo has no description
1opam-version: "2.0" 2maintainer: "Christian Lindig <lindig@gmail.com>" 3authors: "Christian Lindig <lindig@gmail.com>" 4homepage: "https://github.com/lindig/ascii85" 5bug-reports: "https://github.com/lindig/ascii85/issues" 6license: "BSD-3-Clause" 7dev-repo: "git+https://github.com/lindig/ascii85.git" 8build: [ 9 ["jbuilder" "build" "-j" jobs "-p" name] 10] 11depends: [ 12 "ocaml" 13 "jbuilder" {>= "1.0+beta7"} 14] 15synopsis: 16 "ascii85 - Adobe's Ascii85 encoding as a module and a command line tool" 17description: """ 18The ascii85 module implements the Ascii85 encoding as defined by Adobe for 19use in the PostScript language. The module is accompanied by a small 20utility ascii85enc to encode files from the command line.""" 21url { 22 src: "https://github.com/lindig/ascii85/archive/v0.4.zip" 23 checksum: [ 24 "sha256=e7681c458d47219e2b8417dc8dd0f56f52cbeb5ad84b31b04a7946e2f6973165" 25 "md5=96490bb34b76a748fa1504755c97bb83" 26 ] 27}