opam-version: "2.0" maintainer: "Romain Calascibetta " authors: "Romain Calascibetta " homepage: "https://github.com/dinosaure/yuscii" bug-reports: "https://github.com/dinosaure/yuscii/issues" dev-repo: "git+https://github.com/dinosaure/yuscii.git" doc: "https://dinosaure.github.io/yuscii/" license: "MIT" build: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.03.0"} "jbuilder" {>= "1.0+beta7"} "fmt" "uutf" "rresult" "cmdliner" {< "1.1.0"} ] synopsis: "[Yuscii](https://en.wikipedia.org/wiki/YUSCII)" description: """ ---------------------------------------------- Yuscii is a little library to decode an UTF-7 ([RFC 2152](https://tools.ietf.org/html/rfc2152) for instance) input flow to Unicode. This library does not implement an encoder because, Eh guy, we are in 2018... Then, it provides a non-blocking decoder to translate UTF-7 codepoint to UTF-8 codepoint.""" url { src: "https://github.com/dinosaure/yuscii/releases/download/v0.1.0/yuscii-0.1.0.tbz" checksum: [ "sha256=9f3aca603ec303de6b9f6e23f0e6af357aa5eae29a8c116bb9fecb3e28d73547" "md5=0d4da854409e0eee454bd369e034bad7" ] }