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/dinosaure/prettym"
5bug-reports: "https://github.com/dinosaure/prettym/issues"
6dev-repo: "git+https://github.com/dinosaure/prettym.git"
7doc: "https://dinosaure.github.io/prettym/"
8license: "MIT"
9synopsis: "An memory-bounded encoder according to RFC 822"
10description: """A best effort memory-bounded encoder to respect the 80 column limitation"""
11
12build: [
13 ["dune" "build" "-p" name "-j" jobs]
14 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
15]
16
17depends: [
18 "ocaml" {>= "4.07.0"}
19 "dune" {>= "2.8"}
20 "bigarray-overlap"
21 "fmt" {>= "0.8.7"}
22 "ke" {>= "0.4"}
23 "bigstringaf" {>= "0.2"}
24 "bigarray-compat"
25 "ptime" {with-test}
26 "alcotest" {with-test}
27 "jsonm" {with-test}
28 "base64" {with-test}
29]
30url {
31 src:
32 "https://github.com/dinosaure/prettym/releases/download/0.0.2/prettym-0.0.2.tbz"
33 checksum: [
34 "sha256=082b039dd83b0445d9873f49b778a54d1221d3dc8b8fa2680683e16a19fbc5b5"
35 "sha512=2e94e518e034fc7032cbc2b9e0632d3959ba7ae226eed5350e030dbe6d0898978fe6cbbd67e20dc860bd67e02df28955147211d190bf6215e11245c046fa048e"
36 ]
37}
38x-commit-hash: "c63d3725a4cade0e50bf3cb232943729ff606f29"