this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #19239 from bikallem/release-http-cookie-v3.1.0

[new release] http-cookie (3.1.0)

authored by

Kate and committed by
GitHub
2e0cc063 97fd46fb

+37
+37
packages/http-cookie/http-cookie.3.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "HTTP cookie library for OCaml" 3 + description: "OCaml library to manipulate HTTP cookie. Adheres to RFC 6265." 4 + maintainer: ["Bikal Lem"] 5 + authors: ["Bikal Lem <gbikal@gmail.com>"] 6 + license: "MPL-2.0" 7 + homepage: "https://github.com/lemaetech/http-cookie" 8 + bug-reports: "https://github.com/lemaetech/http-cookie/issues" 9 + depends: [ 10 + "dune" {>= "2.7"} 11 + "ocaml" {>= "4.10.0"} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 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 + ] 28 + dev-repo: "git+https://github.com/lemaetech/http-cookie.git" 29 + url { 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 + } 37 + x-commit-hash: "01578e05f239c2463f0f0bb9dc4beb6a18c528c7"