this repo has no description

Package http-cookie.4.3.0

Changed files
+54
packages
http-cookie
http-cookie.4.3.0
+54
packages/http-cookie/http-cookie.4.3.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "HTTP cookie library for OCaml"
+
description: """
+
A comprehensive and strict standards compliant HTTP cookies library for ocaml.
+
+
http-cookie supports consuming and creating HTTP cookies found in HTTP request Cookie header
+
and in Set-Cookie header in HTTP response. The library validates all cookie attributes,
+
cookie name and cookie value for standards conformance and correct usage. The validation
+
suite is comprehensive and includes validation of domain name, IPv4, IPv6 and HTTP
+
date-time formats.
+
+
The RFC standards/validations implemented by the library are:
+
- RFC 6265
+
- RFC 1123
+
- RFC 1034
+
- IPV4/IPV6 address validation
+
"""
+
maintainer: ["Bikal Lem"]
+
authors: ["Bikal Lem <gbikal@gmail.com>"]
+
license: "MPL-2.0"
+
homepage: "https://github.com/lemaetech/http-cookie"
+
bug-reports: "https://github.com/lemaetech/http-cookie/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"ocaml" {>= "4.10.0"}
+
"angstrom" {>= "0.15.0"}
+
"ppx_expect" {with-test}
+
"mdx" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/lemaetech/http-cookie.git"
+
url {
+
src:
+
"https://github.com/lemaetech/http-cookie/archive/refs/tags/v4.3.0.tar.gz"
+
checksum: [
+
"md5=b837250b924eb52aadf1342007c776db"
+
"sha512=c9d1e86c83c2e9b440cf22d7d0d37a31da358e95ff2eda2158de164c0add937c626076ca0465b17c2aca1edf0305d1f74e4720bd45edfa938651d340556038ee"
+
]
+
}