This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
23
unikernel/duniverse/httpun/httpun-lwt-unix.opam
Normal file
23
unikernel/duniverse/httpun/httpun-lwt-unix.opam
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
version: "0.2.0"
|
||||
opam-version: "2.0"
|
||||
maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
|
||||
authors: [
|
||||
"Anton Bachin <antonbachin@yahoo.com>"
|
||||
"Spiros Eliopoulos <spiros@inhabitedtype.com>"
|
||||
"Antonio Nuno Monteiro <anmonteiro@gmail.com>"
|
||||
]
|
||||
license: "BSD-3-clause"
|
||||
homepage: "https://github.com/anmonteiro/httpun"
|
||||
bug-reports: "https://github.com/anmonteiro/httpun/issues"
|
||||
dev-repo: "git+https://github.com/anmonteiro/httpun.git"
|
||||
build: [
|
||||
["dune" "build" "-p" name]
|
||||
]
|
||||
depends: [
|
||||
"ocaml" {>= "4.08.0"}
|
||||
"httpun" {= version}
|
||||
"httpun-lwt" {= version}
|
||||
"dune" {>= "3.0.0"}
|
||||
"gluten-lwt-unix" {>= "0.5.0"}
|
||||
]
|
||||
synopsis: "Lwt + Unix support for httpun"
|
||||
Loading…
Add table
Add a link
Reference in a new issue