opam-version: "2.0"
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."""
maintainer: "opensource@janestreet.com"
authors: "Jane Street Group, LLC <opensource@janestreet.com>"
license: "BSD3"
homepage: "https://github.com/janestreet/result"
bug-reports: "https://github.com/janestreet/result/issues"
depends: [
  "ocaml"
  "dune" {build & >= "1.0"}
]
build: ["dune" "build" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/janestreet/result.git"
url {
  src: "https://github.com/janestreet/result/archive/1.4.tar.gz"
  checksum: "md5=d3162dbc501a2af65c8c71e0866541da"
}
