This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
24
unikernel/duniverse/ocaml-h1/h1-lwt-unix.opam
Normal file
24
unikernel/duniverse/ocaml-h1/h1-lwt-unix.opam
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
version: "1.1.0"
|
||||
opam-version: "2.0"
|
||||
name: "h1-lwt-unix"
|
||||
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
|
||||
authors: [
|
||||
"Anton Bachin <antonbachin@yahoo.com>"
|
||||
"Spiros Eliopoulos <spiros@inhabitedtype.com>"
|
||||
]
|
||||
license: "BSD-3-clause"
|
||||
homepage: "https://github.com/robur-coop/ocaml-h1"
|
||||
bug-reports: "https://github.com/robur-coop/ocaml-h1/issues"
|
||||
dev-repo: "git+https://github.com/robur-coop/ocaml-h1.git"
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
]
|
||||
depends: [
|
||||
"ocaml" {>= "4.08.0"}
|
||||
"faraday-lwt-unix"
|
||||
"h1" {= version}
|
||||
"dune" {>= "2.0.0"}
|
||||
"lwt" {>= "2.4.7"}
|
||||
]
|
||||
synopsis: "Lwt support for ocaml-h1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue