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 "ocaml" {>= "4.08.0"} 12 "dune" {>= "2.0"} 13 "dream" {< "1.0.0~alpha3"} 14 "decompress" {>= "1.4.1"} 15 "odoc" {with-doc} 16] 17conflicts: [ 18 "result" {< "1.5"} # Might use result through lwt and explicitly uses Result.bind 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://github.com/tmattio/dream-encoding.git" 35x-commit-hash: "fd195e2d3cb31f712f76da49698f7bdf924555e8" 36url { 37 src: 38 "https://github.com/tmattio/dream-encoding/releases/download/0.1.0/dream-encoding-0.1.0.tbz" 39 checksum: [ 40 "sha256=cb0bc45567f3297c7610e56689333dafc51f30592fe8c15ab9024ce0e6adaf9d" 41 "sha512=2b156e39a5b32ef04b069af30a3b1f3ff76f6bc7ccde68b1cb5878616d0b1a8440daf096e3500dd1dabcd1688bd06fa29193dfe0dfb34627dca67f436168af81" 42 ] 43}