File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
packages/dream-encoding/dream-encoding.0.3.0 Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "Encoding primitives for Dream"
3
+ description: "Encoding primitives for Dream."
4
+ maintainer: ["Thibaut Mattio"]
5
+ authors: ["Thibaut Mattio"]
6
+ license: "MIT"
7
+ homepage: "https://github.com/tmattio/dream-encoding"
8
+ doc: "https://tmattio.github.io/dream-encoding/"
9
+ bug-reports: "https://github.com/tmattio/dream-encoding/issues"
10
+ depends: [
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
+ ]
18
+ build: [
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
+ ]
32
+ dev-repo: "git+https://github.com/tmattio/dream-encoding.git"
33
+ conflicts: [
34
+ "result" {< "1.5"} # Might use result through lwt and explicitly uses Result.bind
35
+ ]
36
+ url {
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
+ }
44
+ x-commit-hash: "88fabc980ef5f6bcef813a0b39ef3d0aae7af6f2"
You can’t perform that action at this time.
0 commit comments