this repo has no description

[new release] dream-accept (0.1.0)

CHANGES:

- Initial release

Changed files
+41
packages
dream-accept
dream-accept.0.1.0
+41
packages/dream-accept/dream-accept.0.1.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Accept headers parsing for Dream"
+
description: "Accept headers parsing for Dream."
+
maintainer: ["Thibaut Mattio"]
+
authors: ["Thibaut Mattio"]
+
license: "MIT"
+
homepage: "https://github.com/tmattio/dream-accept"
+
doc: "https://tmattio.github.io/dream-accept/"
+
bug-reports: "https://github.com/tmattio/dream-accept/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"ocaml" {>= "4.08.0"}
+
"dream" {>= "1.0.0~alpha3"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/tmattio/dream-accept.git"
+
url {
+
src:
+
"https://github.com/tmattio/dream-accept/releases/download/0.1.0/dream-accept-0.1.0.tbz"
+
checksum: [
+
"sha256=79634bbf78fb90f70c54c9a5903b897b84d837281dd6e90f26db6e3123057010"
+
"sha512=13e4dc9e823e5d16c63bbb9afc14e1832e66de9b354d7608540e65ff8cb4297bd88862d13f64dfad6eebd21b9969f02ebf381c972cb43c44932822cf8dce50b6"
+
]
+
}
+
x-commit-hash: "52d645be647b1ea8907f19125ab341c9bf82235c"