opam-version: "2.0" synopsis: "Traversable data structures with applicative functors" description: """ Definition of applicative functors with instances for traversable data structures""" maintainer: ["Thierry Martinez "] authors: ["Thierry Martinez "] license: "BSD-2-Clause" homepage: "https://github.com/thierry-martinez/traverse" doc: "https://github.com/thierry-martinez/traverse" bug-reports: "https://github.com/thierry-martinez/traverse" depends: [ "ocaml" {>= "4.03.0"} "dune" {>= "1.11.0"} "stdcompat" {>= "14"} "metapp" {>= "0.3.0"} "metaquot" {>= "0.3.0"} "odoc" {with-doc & >= "1.5.1"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/thierry-martinez/traverse" url { src: "https://github.com/thierry-martinez/traverse/archive/v0.3.0.tar.gz" checksum: "sha512=a29798bf912dc2c2ddce06aafc63f88fce4bf5dd35884c2e2c7b7caa1b2d8e95122e6f6d3b675965145853f530fad856740201f2f349561a15e78591a56e10fe" }