opam-version: "2.0"
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
  ["dune" "build" "-p" name "@doc"] {with-doc}
]
maintainer: ["Matt Windsor <m.windsor@imperial.ac.uk>"]
authors: ["Matt Windsor <m.windsor@imperial.ac.uk>"]
bug-reports: "https://github.com/MattWindsor91/travesty/issues"
homepage: "https://MattWindsor91.github.io/travesty/"
doc: "https://MattWindsor91.github.io/travesty/"
license: "MIT"
dev-repo: "git+https://github.com/MattWindsor91/travesty.git"
synopsis: "Monadically traversable containers"
description: """
  'Travesty' is a library for defining containers with monadic traversals,
  inspired by Haskell's Traversable typeclass.  It sits on top of Jane Street's
  Base library and ecosystem."""
depends: [
  "ocaml" {>= "4.07" & < "4.09"}
  "dune" {> "1.10"}
  "ppx_jane" {>= "v0.12.0" & < "v0.15"}
  "base" {>= "v0.12.0" & < "v0.15"}
]
url {
  src:
    "https://github.com/MattWindsor91/travesty/releases/download/v0.6.0/travesty-v0.6.0.tbz"
  checksum: [
    "sha256=64b136dadb5d7628dbdf5db18d4cae813a69f670979b028e5ce36db41c714064"
    "sha512=086dbe8603047b549a0b97d9e8c3252ba71db0bd30bcb03eed24a86ad39ea52ee8118a29003bd20aea06d52b39e930e263d9a53215bfa58ea4bab7f856928add"
  ]
}
