this repo has no description
1synopsis: "Monad programming using ppx preprocessor" 2opam-version: "2.0" 3authors: [ 4 "Wojciech Meyer" 5 "Jeremy Yallop" 6] 7maintainer: "yallop@gmail.com" 8build: [ 9 ["oasis" "setup"] 10 ["ocaml" "setup.ml" "-configure" "--enable-tests" "--prefix" prefix] 11 ["ocaml" "setup.ml" "-build"] 12] 13depends: [ 14 "ocaml" {>= "4.08.0" & < "4.12.0"} 15 "ocamlfind" {build} 16 "oasis" {build} 17 "ppx_tools" 18 "ocaml-migrate-parsetree" {< "2.0.0"} 19 "ocamlbuild" {build} 20] 21dev-repo: "git+https://github.com/yallop/omonad.git" 22homepage: "https://github.com/yallop/omonad" 23bug-reports: "https://github.com/yallop/omonad/issues" 24install: ["ocaml" "setup.ml" "-install"] 25url { 26 src: "https://github.com/yallop/omonad/archive/omonad-0.4.0.tar.gz" 27 checksum: [ 28 "md5=2d9edeb59120a27b28a3f110de1a92db" 29 "sha512=8ba8a8f7629d17a91be32059e2dd4e961d07e8318ef3f165141e5d99d5ed1ccc0787ed25b09f94f7f0dcd6761fa76fca6751cd9b61bc92c7ad1605ff6d68700b" 30 ] 31}