-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[new release] httpaf_caged (1.0.1) (#16990)
* [new release] httpaf_caged (1.0.1) CHANGES: initial release * httpaf_caged-1.0.1: add missing doc dependency * fix dependencies * add required transitive dependencies * httpaf_caged-1.0.1: add "v" to js package versions Co-authored-by: Marcello Seri <[email protected]>
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
opam-version: "2.0" | ||
version: "1.0.1" | ||
synopsis: "A higher-level httpaf-async server interface" | ||
description: | ||
"Exposes a standard request->response server interface, as well as helpers for parsing various standard headers (cookies, accept, etc)." | ||
maintainer: ["[email protected]"] | ||
authors: ["Aaron Dufour"] | ||
license: "BSD-3-clause" | ||
homepage: "https://github.com/thedufer/httpaf_caged" | ||
bug-reports: "https://github.com/thedufer/httpaf_caged/issues" | ||
depends: [ | ||
"dune" {>= "2.6"} | ||
"httpaf-async" {>= "0.6.6"} | ||
"angstrom" {>= "0.14.1"} | ||
"uri" {>= "3.1.0"} | ||
"odoc" {with-doc} | ||
"async" {>= "v0.13.0"} | ||
"core" {>= "v0.13.0"} | ||
"ppx_jane" {>= "v0.13.0"} | ||
] | ||
build: [ | ||
["dune" "subst"] {pinned} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/thedufer/httpaf_caged.git" | ||
url { | ||
src: | ||
"https://github.com/thedufer/httpaf_caged/releases/download/1.0.1/httpaf_caged-1.0.1.tbz" | ||
checksum: [ | ||
"sha256=f3f36a664cebaa727325ef20c3ec10653fd36a48717f54c587e3e4149c853f3e" | ||
"sha512=7a7adeaac67c75ccc188657999a72764b1fc32221407709a0b1d539ba7e82dba744f7c40e47510a5eee8d5754907836b7385f4399772128e6add2a356e388dba" | ||
] | ||
} |