opam-version: "2.0"
name: "rresult"
version: "0.7.0"
synopsis: "Result value combinators for OCaml"
description: """\
Rresult is an OCaml module for handling computation results and errors
in an explicit and declarative manner, without resorting to
exceptions. It defines combinators to operate on the `result` type
available from OCaml 4.03 in the standard library.

OCaml 4.08 provides the `Stdlib.Result` module which you should prefer
to Rresult.

Rresult is distributed under the ISC license.

Home page: http://erratique.ch/software/rresult  
Contact: Daniel Bünzli `<daniel.buenzl i@erratique.ch>`"""
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: "The rresult programmers"
license: "ISC"
tags: ["result" "error" "org:erratique"]
homepage: "https://erratique.ch/software/rresult"
doc: "https://erratique.ch/software/rresult/doc/Rresult"
bug-reports: "https://github.com/dbuenzli/rresult/issues"
depends: [
  "ocaml" {>= "4.08.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build & >= "1.0.3"}
]
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
dev-repo: "git+https://erratique.ch/repos/rresult.git"
url {
  src: "https://erratique.ch/software/rresult/releases/rresult-0.7.0.tbz"
  checksum:
    "sha512=f1bb631c986996388e9686d49d5ae4d8aaf14034f6865c62a88fb58c48ce19ad2eb785327d69ca27c032f835984e0bd2efd969b415438628a31f3e84ec4551d3"
}
x-maintenance-intent: ["(latest)"]
