forked from aantron/dream
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add packages to dune-project + re-generate opam files
- Loading branch information
Showing
5 changed files
with
351 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,44 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
|
||
synopsis: "Internal: shared http/af stack for Dream (server) and Hyper (client)" | ||
synopsis: | ||
"Internal: shared http/af stack for Dream (server) and Hyper (client)" | ||
description: "This package does not have a stable API." | ||
|
||
maintainer: ["Anton Bachin <antonbachin@yahoo.com>"] | ||
authors: ["Anton Bachin <antonbachin@yahoo.com>"] | ||
license: "MIT" | ||
homepage: "https://github.com/aantron/dream" | ||
doc: "https://aantron.github.io/dream" | ||
bug-reports: "https://github.com/aantron/dream/issues" | ||
dev-repo: "git+https://github.com/aantron/dream.git" | ||
|
||
author: "Anton Bachin <antonbachin@yahoo.com>" | ||
maintainer: "Anton Bachin <antonbachin@yahoo.com>" | ||
|
||
depends: [ | ||
"dream-pure" | ||
"dune" {>= "2.7.0"} # --instrument-with. | ||
"dune" {>= "2.7" & >= "2.7"} | ||
"lwt" | ||
"lwt_ppx" {>= "1.2.2"} | ||
"lwt_ssl" | ||
"ocaml" {>= "4.08.0"} | ||
"ssl" {>= "0.5.8"} # Ssl.get_negotiated_alpn_protocol. | ||
|
||
# Currently vendored. | ||
# "gluten" | ||
# "gluten-lwt-unix" | ||
# "httpaf" | ||
# "httpaf-lwt-unix" | ||
# "h2" | ||
# "h2-lwt-unix" | ||
# "hpack" | ||
# "websocketaf" | ||
|
||
# Dependencies of vendored packages. | ||
"ssl" {>= "0.5.8"} | ||
"angstrom" {>= "0.14.0"} | ||
"base64" {>= "3.0.0"} | ||
"bigstringaf" {>= "0.5.0"} # h2. | ||
"digestif" {>= "0.7.2"} # websocket/af, sha1, default implementation. | ||
"bigstringaf" {>= "0.5.0"} | ||
"digestif" {>= "0.7.2"} | ||
"faraday" {>= "0.6.1"} | ||
"faraday-lwt-unix" | ||
"lwt_ssl" {>= "1.2.0"} # Gluten. | ||
"psq" # h2. | ||
"lwt_ssl" {>= "1.2.0"} | ||
"psq" | ||
"odoc" {with-doc} | ||
] | ||
|
||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/aantron/dream.git" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,41 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
|
||
synopsis: "Internal: shared HTTP types for Dream (server) and Hyper (client)" | ||
description: "This package does not have a stable API." | ||
|
||
maintainer: ["Anton Bachin <antonbachin@yahoo.com>"] | ||
authors: ["Anton Bachin <antonbachin@yahoo.com>"] | ||
license: "MIT" | ||
homepage: "https://github.com/aantron/dream" | ||
doc: "https://aantron.github.io/dream" | ||
bug-reports: "https://github.com/aantron/dream/issues" | ||
dev-repo: "git+https://github.com/aantron/dream.git" | ||
|
||
author: "Anton Bachin <antonbachin@yahoo.com>" | ||
maintainer: "Anton Bachin <antonbachin@yahoo.com>" | ||
|
||
depends: [ | ||
"base64" {>= "3.1.0"} # Base64.encode_string. | ||
"bigstringaf" {>= "0.5.0"} # Bigstringaf.to_string. | ||
"dune" {>= "2.7.0"} # --instrument-with. | ||
"base64" {>= "3.1.0"} | ||
"bigstringaf" {>= "0.5.0"} | ||
"dune" {>= "2.7" & >= "2.7"} | ||
"hmap" | ||
"lwt" | ||
"lwt_ppx" {>= "1.2.2"} | ||
"ocaml" {>= "4.08.0"} | ||
"ptime" {>= "0.8.1"} # Ptime.weekday. | ||
"ptime" {>= "0.8.1"} | ||
"uri" {>= "4.2.0"} | ||
|
||
# Testing, development. | ||
"alcotest" {with-test} | ||
"bisect_ppx" {with-test & >= "2.5.0"} # --instrument-with. | ||
"bisect_ppx" {with-test & >= "2.5.0"} | ||
"ppx_expect" {with-test} | ||
"ppx_yojson_conv" {with-test} | ||
"odoc" {with-doc} | ||
] | ||
|
||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/aantron/dream.git" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.