opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/result"
dev-repo: "git+https://github.com/janestreet/result.git"
bug-reports: "https://github.com/janestreet/result/issues"
license: "BSD-3-Clause"
build: [
  [make] {ocaml:native}
  [make "byte" "result.install"] {!ocaml:native}
]
synopsis: "Compatibility Result module"
description: """
Projects that want to use the new result type defined in OCaml >= 4.03
while staying compatible with older version of OCaml should use the
Result module defined in this library."""
depends: ["ocaml"]
url {
  src: "https://github.com/janestreet/result/archive/1.2.tar.gz"
  checksum: "md5=3d5b66c5526918f0f2ca9d6811ef09c8"
}
