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.9"} 11 "ocaml" {>= "4.10.0"} 12 "fmt" {>= "0.8.9"} 13 "angstrom" {>= "0.15.0"} 14 "ppx_expect" {with-test} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "--promote-install-files" 27 "false" 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32 ["dune" "install" "-p" name "--create-install-files" name] 33] 34dev-repo: "git+https://github.com/lemaetech/http-cookie.git" 35url { 36 src: 37 "https://github.com/lemaetech/http-cookie/releases/download/v4.0.0/http-cookie-v4.0.0.tbz" 38 checksum: [ 39 "sha256=4c02689804446e1240de8eb3fe9344ca256aab5aa7143516c086553006b6c6d6" 40 "sha512=0a9f26e2ed68c9d3596212ad091d98cefb0c41292dc1dd7e27cb6e3da5994e420f3ccbf528ee07c4cc42d220d942c9ffaa70dd9d213ec8cf94241315b2d821bc" 41 ] 42} 43x-commit-hash: "d69e4c4cffe44f852cbfd93ae48da7fed17d2c60"