opam-version: "2.0" maintainer: "Ralf Vogler " authors: "Ralf Vogler " homepage: "https://github.com/vogler/ppx_distr_guards" bug-reports: "https://github.com/vogler/ppx_distr_guards/issues" license: "MIT" dev-repo: "git+https://github.com/vogler/ppx_distr_guards.git" substs: "META" build: [make] install: ["ocamlfind" "install" name "META" "ppx_distr_guards.native"] remove: ["ocamlfind" "remove" name] depends: [ "ocaml" {>= "4.02.1"} "ocamlfind" {build} "ocamlbuild" {build} "ppx_tools" {with-test} ] synopsis: "Extension to distribute guards over or-patterns." description: "`function%distr A x, _ | _, A x when p x -> e` will result in `function A x, _ when p x -> e | _, A x when p x -> e`" flags: light-uninstall url { src: "https://github.com/vogler/ppx_distr_guards/archive/v0.1.tar.gz" checksum: [ "sha256=077a1a5682ab3bab5b32d5f719271a7eaf285e453440790bed92cd9a0cac7bf5" "md5=0c4ce5c0fdc7977ebedc0cd837678ec2" ] }