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.08.0"} 19 "dune" {>= "2.8"} 20 "bigarray-overlap" 21 "fmt" {>= "0.8.7"} 22 "ke" {>= "0.4"} 23 "bigstringaf" {>= "0.2"} 24 "ptime" {with-test} 25 "alcotest" {with-test} 26 "jsonm" {with-test} 27 "base64" {with-test} 28] 29url { 30 src: 31 "https://github.com/dinosaure/prettym/releases/download/0.0.3/prettym-0.0.3.tbz" 32 checksum: [ 33 "sha256=9170f1a11ade7f4d98a584a5be52bb6b91415f971c6e75894331b46b18b98f09" 34 "sha512=ccb5985daedfb6cae74192090644e81c525df3e0653bb06492f836ca4291275d3ce75079237574200ecab8dacf62304521592d4baebbe4b0d17277b5e200c6a8" 35 ] 36} 37x-commit-hash: "a22c4d46c11e2c4c0605ff7151b957785c795593"