forked from anmonteiro/httpun-ws
-
Notifications
You must be signed in to change notification settings - Fork 2
/
websocketaf-lwt-unix.opam
28 lines (28 loc) · 977 Bytes
/
websocketaf-lwt-unix.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
opam-version: "2.0"
name: "websocketaf-lwt-unix"
maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
authors: [ "Andreas Garnæs <andreas.garnaes@gmail.com>"
"Antonio Nuno Monteiro <anmonteiro@gmail.com>" ]
license: "BSD-3-clause"
homepage: "https://github.com/inhabitedtype/websocketaf"
bug-reports: "https://github.com/inhabitedtype/websocketaf/issues"
dev-repo: "git+https://github.com/inhabitedtype/websocketaf.git"
build: [
["dune" "subst" "-p" name] {pinned}
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.03.0"}
"faraday-lwt-unix"
"websocketaf"
"websocketaf-lwt"
"dune" {build}
"lwt"
"dream-gluten-lwt-unix" {>= "0.2.0"}
]
pin-depends: [
[ "dream-httpaf.dev" "git+https://github.com/clecat/httpaf.git#fork" ]
[ "dream-httpaf-lwt.dev" "git+https://github.com/clecat/httpaf.git#fork" ]
[ "websocketaf-lwt.dev" "git+https://github.com/anmonteiro/websocketaf.git#fork" ]
]
synopsis: "Lwt support for websocket/af"