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.2.0/dream-encoding-0.2.0.tbz"
39 checksum: [
40 "sha256=ca6c5d4a2dd31e1cca75f4ce9c95134b7f339ff2f4ea56d88ea859d57b82aa06"
41 "sha512=589eef320af6093100491ad86b318c0667a0bb594144630b80a0f2ba3c1f12d7c9655a30c41d8fffd6200baeb9c33289c6405d7bd887473fad76feb5458f09e9"
42 ]
43}
44x-commit-hash: "0085ff4115f66723bd35d275f98c14075ffa7327"