Skip to content

Commit

Permalink
[new release] httpaf_caged (1.0.1) (#16990)
Browse files Browse the repository at this point in the history
* [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
thedufer and mseri authored Aug 14, 2020
1 parent c3d984a commit 9a41bc5
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions packages/httpaf_caged/httpaf_caged.1.0.1/opam
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"
]
}

0 comments on commit 9a41bc5

Please sign in to comment.