this repo has no description
1opam-version: "2.0"
2synopsis: "Traversable data structures with applicative functors"
3description: """
4Definition of applicative functors with instances for traversable
5 data structures"""
6maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
7authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
8license: "BSD"
9homepage: "https://github.com/thierry-martinez/traverse"
10doc: "https://github.com/thierry-martinez/traverse"
11bug-reports: "https://github.com/thierry-martinez/traverse"
12build: [
13 ["dune" "subst"] {dev}
14 [
15 "dune"
16 "build"
17 "-p"
18 name
19 "-j"
20 jobs
21 "@install"
22 "@runtest" {with-test}
23 "@doc" {with-doc}
24 ]
25]
26depends: [
27 "ocaml" {>= "4.03.0" & < "4.11.0"}
28 "dune" {>= "1.11.0"}
29 "stdcompat" {>= "9"}
30 "metapp" {>= "0.1.0" & < "0.2.0"}
31 "metaquot" {>= "0.1.0" & < "0.2.0"}
32]
33dev-repo: "git+https://github.com/thierry-martinez/traverse"
34url {
35 src: "https://github.com/thierry-martinez/traverse/archive/v0.1.0.tar.gz"
36 checksum: "sha512=d9263ae793013ba0fd653831922c03388659123be0d122cce43e1912ef8388487e5ef693013d5549006063cc76ab6af2c372a6240283e24bac5a67cab95c7428"
37}