this repo has no description
1opam-version: "2.0"
2synopsis: "Host Twirp services using Tiny_httpd"
3maintainer: ["Simon Cruanes"]
4authors: ["Simon Cruanes"]
5license: "MIT"
6tags: ["twirp" "protobuf" "services" "rpc"]
7homepage: "https://github.com/c-cube/ocaml-twirp"
8bug-reports: "https://github.com/c-cube/ocaml-twirp/issues"
9depends: [
10 "ocaml" {>= "4.08"}
11 "twirp_core" {= version}
12 "dune" {>= "2.9"}
13 "tiny_httpd" {>= "0.16"}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "--promote-install-files=false"
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30 ["dune" "install" "-p" name "--create-install-files" name]
31]
32dev-repo: "git+https://github.com/c-cube/ocaml-twirp.git"
33url {
34 src:
35 "https://github.com/c-cube/ocaml-twirp/releases/download/v0.1/twirp-0.1.tbz"
36 checksum: [
37 "sha256=40a20849cadaa41d0b870a8b0f3894ab560a27a7dda821cf14e1c67bfa81b08b"
38 "sha512=1fd0a0851da62c24f3c64b487dd7e877c5da0edb19a1234cd822d997067e6b7afbe6764e790f32a850e0cc7a860f9d5787e3766bfafe756c46fc062db96dad43"
39 ]
40}
41x-commit-hash: "c9fc476881e11971c24021dc2b80438eaee4d6e9"