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 "odoc" {with-doc} 13] 14build: [ 15 ["dune" "subst"] {dev} 16 [ 17 "dune" 18 "build" 19 "-p" 20 name 21 "-j" 22 jobs 23 "@install" 24 "@runtest" {with-test} 25 "@doc" {with-doc} 26 ] 27] 28dev-repo: "git+https://github.com/lemaetech/http-cookie.git" 29url { 30 src: 31 "https://github.com/lemaetech/http-cookie/releases/download/v3.1.0/http-cookie-v3.1.0.tbz" 32 checksum: [ 33 "sha256=bd3fe88bf73482c9f0c4be2a69977675d615cda856f2dc5498cd94ce27277aa5" 34 "sha512=2f16c29ed6d870114a54f3ad2f4d470a593dfd645f8d89a0db93ed524a2fe341025065ff00217afb3e5035f6d79a2c35bf9c5618d2404f1dcd0aaffcc718164a" 35 ] 36} 37x-commit-hash: "01578e05f239c2463f0f0bb9dc4beb6a18c528c7"