this repo has no description
1opam-version: "2.0"
2build: [
3 ["dune" "subst"] {dev}
4 ["dune" "build" "-p" name "-j" jobs]
5 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
6 ["dune" "build" "-p" name "@doc"] {with-doc}
7]
8maintainer: ["Matt Windsor <m.windsor@imperial.ac.uk>"]
9authors: ["Matt Windsor <m.windsor@imperial.ac.uk>"]
10bug-reports: "https://github.com/MattWindsor91/travesty/issues"
11homepage: "https://MattWindsor91.github.io/travesty/"
12doc: "https://MattWindsor91.github.io/travesty/"
13license: "MIT"
14dev-repo: "git+https://github.com/MattWindsor91/travesty.git"
15synopsis: "Monadically traversable containers"
16description: """
17 'Travesty' is a library for defining containers with monadic traversals,
18 inspired by Haskell's Traversable typeclass. It sits on top of Jane Street's
19 Base library and ecosystem."""
20depends: [
21 "ocaml" {>= "4.07" & < "4.09"}
22 "dune" {> "1.10"}
23 "ppx_jane" {>= "v0.12.0"}
24 "base" {>= "v0.12.0" & < "v0.16.0"}
25]
26url {
27 src:
28 "https://github.com/MattWindsor91/travesty/releases/download/v0.6.0/travesty-v0.6.0.tbz"
29 checksum: [
30 "sha256=64b136dadb5d7628dbdf5db18d4cae813a69f670979b028e5ce36db41c714064"
31 "sha512=086dbe8603047b549a0b97d9e8c3252ba71db0bd30bcb03eed24a86ad39ea52ee8118a29003bd20aea06d52b39e930e263d9a53215bfa58ea4bab7f856928add"
32 ]
33}