forked from fraidev/tornado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tornado.opam
47 lines (47 loc) · 1.34 KB
/
tornado.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
synopsis: "tornado"
description: "Tornado"
maintainer: ["[email protected]"]
depends: [
"alcotest" {with-test}
"dune" {>= "3.2" & build & >= "3.1.1"}
"piaf"
"progress"
"eio"
"eio_main"
"bencode"
"stdint"
"uri"
"ppx_deriving"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
pin-depends: [
[ "piaf.dev" "git+https://github.com/anmonteiro/piaf.git" ]
[ "gluten.dev" "git+https://github.com/anmonteiro/gluten.git" ]
[ "gluten-eio.dev" "git+https://github.com/anmonteiro/gluten.git" ]
[ "httpaf.dev" "git+https://github.com/anmonteiro/httpaf.git" ]
[ "httpaf-eio.dev" "git+https://github.com/anmonteiro/httpaf.git" ]
[ "hpack.dev" "git+https://github.com/anmonteiro/ocaml-h2.git" ]
[ "h2.dev" "git+https://github.com/anmonteiro/ocaml-h2.git" ]
[ "h2-eio.dev" "git+https://github.com/anmonteiro/ocaml-h2.git" ]
[ "ssl.dev" "git+https://github.com/savonet/ocaml-ssl.git" ]
[ "eio-ssl.dev" "git+https://github.com/anmonteiro/eio-ssl.git" ]
[ "websocketaf.dev" "git+https://github.com/anmonteiro/websocketaf.git" ]
[ "multipart_form.dev" "git+https://github.com/anmonteiro/multipart_form.git" ]
]