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.7"} 11 "ocaml" {>= "4.10.0"} 12 "base-unix" 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/lemaetech/http-cookie.git" 30x-commit-hash: "49f2e87b367e02e70e8421d6801d4a313d4bef0e" 31url { 32 src: 33 "https://github.com/lemaetech/http-cookie/releases/download/v2.0.0/http-cookie-v2.0.0.tbz" 34 checksum: [ 35 "sha256=e64d180d358435357f902ecc6b583f8f16e104639285ef598240ed386461fb31" 36 "sha512=399ce242432553f24925137ac0b4cf5ba7f5ef3f756e0ba3b059233e52116f6738a625479f038b63b5646f1aa0b99b13a5894a49e52e08c94ee41fb541870e90" 37 ] 38}