this repo has no description
1opam-version: "2.0" 2synopsis: "HTTP cookie library for OCaml" 3description: "OCaml library to manipulate HTTP cookie. Adheres to RFC 6265." 4maintainer: ["Bikal Lem"] 5authors: ["Bikal Lem <gbikal@gmail.com>"] 6license: "MPL-2.0" 7homepage: "https://github.com/lemaetech/http-cookie" 8bug-reports: "https://github.com/lemaetech/http-cookie/issues" 9depends: [ 10 "dune" {>= "2.8"} 11 "ocaml" {>= "4.10.0"} 12 "fmt" {>= "0.8.9"} 13 "angstrom" {>= "0.15.0"} 14 "ppx_expect" {with-test} 15 "mdx" {with-test & < "2.0"} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/lemaetech/http-cookie.git" 33url { 34 src: 35 "https://github.com/lemaetech/http-cookie/releases/download/v4.1.0/http-cookie-v4.1.0.tbz" 36 checksum: [ 37 "sha256=d8dd3505bee94e38d731cae08b7a33a5be3d8ed625c0c47f657d8784e633be02" 38 "sha512=1118980e056bece4ebf6ecf24bd6eaa575c8cda1ae37b921ddb044f30cdc42a77c98cf99763a808b45fbb84a55d4abdd1b41a1def6aa037ee7dd797b17365ac6" 39 ] 40} 41x-commit-hash: "64b55753043977052d7ce81f1113ccc526b65c7e"