this repo has no description
1opam-version: "2.0" 2synopsis: "Encoding primitives for Dream" 3description: "Encoding primitives for Dream." 4maintainer: ["Thibaut Mattio"] 5authors: ["Thibaut Mattio"] 6license: "MIT" 7homepage: "https://github.com/tmattio/dream-encoding" 8doc: "https://tmattio.github.io/dream-encoding/" 9bug-reports: "https://github.com/tmattio/dream-encoding/issues" 10depends: [ 11 "dune" {>= "2.7"} 12 "ocaml" {>= "4.08.0"} 13 "dream" {>= "1.0.0~alpha3"} 14 "decompress" {>= "1.4.1"} 15 "lwt_ppx" 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/tmattio/dream-encoding.git" 33conflicts: [ 34 "result" {< "1.5"} # Might use result through lwt and explicitly uses Result.bind 35] 36url { 37 src: 38 "https://github.com/tmattio/dream-encoding/releases/download/0.3.0/dream-encoding-0.3.0.tbz" 39 checksum: [ 40 "sha256=5778442d5d1e2cede3657151242fd2aac12176546fb76fc4d0a5181bd32605ef" 41 "sha512=085dfc2cd97ecb1cf94b84431639de3e394b315f728bac20590d22e4ce42be9536957dae641ad758d8637582f9853e4d5bfa1857620af596372bf172b6fe842a" 42 ] 43} 44x-commit-hash: "88fabc980ef5f6bcef813a0b39ef3d0aae7af6f2"