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"
22 "ke" {>= "0.4"}
23 "bigstringaf"
24 "bigarray-compat"
25 "ptime" {with-test}
26 "alcotest" {with-test}
27 "jsonm" {with-test}
28 "base64" {with-test}
29]
30x-commit-hash: "9e389b2c4cec8800b00907a7cfd604d3f496bf38"
31url {
32 src:
33 "https://github.com/dinosaure/prettym/releases/download/0.0.1/prettym-0.0.1.tbz"
34 checksum: [
35 "sha256=4920decb20187df0a1f651e8d5abf456b341633adf3e7b23aa01adf28f6e95b4"
36 "sha512=bfefaaf5fcc01657c126a105c3a997428a5c82735f7576e120a5251e1e7c7eccbc0ecec1e750ba17d7a688fddea4474213299a25f6012e76dd6acf3ac4abc530"
37 ]
38}