this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
3authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
4homepage: "https://github.com/mirage/yuscii"
5bug-reports: "https://github.com/mirage/yuscii/issues"
6dev-repo: "git+https://github.com/mirage/yuscii.git"
7doc: "https://mirage.github.io/yuscii/"
8license: "MIT"
9synopsis: "Mapper of UTF-7 to Unicode"
10description: """A simple mapper between UTF-7 to Unicode according RFC2152.
11Useful for a translation between UTF-7 and Unicode"""
12
13build: [
14 ["dune" "build" "-p" name "-j" jobs]
15 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
16]
17
18depends: [
19 "ocaml" {>= "4.03.0"}
20 "dune"
21 "fmt" {with-test}
22 "uutf" {with-test}
23 "alcotest" {with-test}
24]
25url {
26 src:
27 "https://github.com/mirage/yuscii/releases/download/v0.3.0/yuscii-v0.3.0.tbz"
28 checksum: [
29 "sha256=ef8d87ed575d14547326887930f9d8c0a638d35c40889d5aacec79c45d5074b1"
30 "sha512=d9747ddc01ce0d35be6ec95ff09cf9a0cf67fa53449ce0d700e5c4e31b83e6cf5c8985b0f2e154087bae8ddcce6cb1d4f33819e538570e4308bbba7e21cd669f"
31 ]
32}