-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdune-project
31 lines (22 loc) · 1.04 KB
/
dune-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
(lang dune 3.6)
(name http-cookie)
(version 4.3.0)
(using mdx 0.3)
(generate_opam_files true)
(source
(github lemaetech/http-cookie))
(license MPL-2.0)
(authors "Bikal Lem <[email protected]>")
(maintainers "Bikal Lem")
(package
(name http-cookie)
(synopsis "HTTP cookie library for OCaml")
(description
"A comprehensive and strict standards compliant HTTP cookies library for ocaml. \n\n http-cookie supports consuming and creating HTTP cookies found in HTTP request Cookie header \n and in Set-Cookie header in HTTP response. The library validates all cookie attributes, \n cookie name and cookie value for standards conformance and correct usage. The validation \n suite is comprehensive and includes validation of domain name, IPv4, IPv6 and HTTP \n date-time formats.\n\n The RFC standards/validations implemented by the library are:\n - RFC 6265\n - RFC 1123\n - RFC 1034\n - IPV4/IPV6 address validation\n ")
(depends
(ocaml
(>= 4.10.0))
(angstrom
(>= 0.15.0))
(ppx_expect :with-test)
(mdx :with-test)))