this repo has no description
1opam-version: "2.0" 2maintainer: "Gerson Moraes <gerson@digirati.com.br>" 3authors: "Gerson Moraes <gerson@digirati.com.br>" 4homepage: "https://github.com/gersonmoraes/ocaml-sugar" 5bug-reports: "https://github.com/gersonmoraes/ocaml-sugar/issues" 6license: "MIT" 7doc: "https://gersonmoraes.github.io/ocaml-sugar/doc" 8dev-repo: "git+http://github.com/gersonmoraes/ocaml-sugar.git" 9build: [ 10 ["jbuilder" "subst" "-p" name] {dev} 11 ["jbuilder" "build" "-p" name "-j" jobs] 12] 13depends: [ 14 "ocaml" {>= "4.02.3"} 15 "jbuilder" {>= "1.0+beta11"} 16 "result" {>= "1.2"} 17] 18synopsis: "Monadic library for error aware expressions" 19description: """ 20Sugar is a small monadic library that tries to simplify the use of error aware 21expressions with a monadic interface.""" 22url { 23 src: "https://github.com/gersonmoraes/ocaml-sugar/archive/0.7.3.tar.gz" 24 checksum: [ 25 "sha256=5a36b9c5f0819320fc40c3104cb1023db2eaca1fac8a2cb6cb0bc7130132bcf1" 26 "md5=d681da5b126491305a8559babacebadf" 27 ] 28}