opam-version: "2.0"
synopsis: "Session handling for OCaml and ReasonML"
description:
  "Session implementation using the cookie library with async support"
maintainer: ["ulrik.strid@outlook.com"]
authors: ["Ulrik Strid"]
license: "BSD3-clause"
homepage: "https://ulrikstrid.github.io/ocaml-cookie"
doc: "https://ulrikstrid.github.io/ocaml-cookie"
bug-reports: "https://github.com/ulrikstrid/ocaml-cookie/issues"
depends: [
  "dune" {>= "1.11"}
  "ocaml" {>= "4.07.0"}
  "session-cookie" {= version}
  "async" {< "v0.15"}
  "alcotest" {with-test}
  "junit" {with-test}
  "junit_alcotest" {with-test}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/ulrikstrid/ocaml-cookie.git"
url {
  src:
    "https://github.com/ulrikstrid/ocaml-cookie/releases/download/0.1.8/cookie-0.1.8.tbz"
  checksum: [
    "sha256=bc405a88a6f94453fbaee19b98469818c09b567646a46e1f4ac1a9d5d9fee2db"
    "sha512=fd66a50db8ca8431e7e0ec847c828f448a61b7fbfea9581a75b2b93c205ec4728b072fa2bdc6c70e7afe41f6e6254756fb176ce9c3f71a0cb6da0086479644ed"
  ]
}
