opam-version: "2.0"
maintainer: "Gerson Moraes <gerson@digirati.com.br>"
authors: "Gerson Moraes <gerson@digirati.com.br>"
homepage: "https://github.com/gersonmoraes/ocaml-sugar"
bug-reports: "https://github.com/gersonmoraes/ocaml-sugar/issues"
license: "MIT"
doc: "https://gersonmoraes.github.io/ocaml-sugar/doc"
dev-repo: "git+http://github.com/gersonmoraes/ocaml-sugar.git"
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.02.3"}
  "jbuilder" {>= "1.0+beta11"}
  "result" {>= "1.2"}
]
synopsis: "Monadic library for error aware expressions"
description: """
Sugar is a small monadic library that tries to simplify the use of error aware
expressions with a monadic interface."""
url {
  src: "https://github.com/gersonmoraes/ocaml-sugar/archive/0.7.3.tar.gz"
  checksum: "md5=d681da5b126491305a8559babacebadf"
}
