opam-version: "2.0"
maintainer: "Roma Sokolov <sokolov.r.v@gmail.com>"
authors: ["Roma Sokolov <sokolov.r.v@gmail.com>"]
homepage: "https://github.com/little-arhat/ppx_fun"
doc: "github.com/little-arhat/ppx_fun/doc"
license: "MIT"
dev-repo: "git+https://github.com/little-arhat/ppx_fun.git"
bug-reports: "https://github.com/little-arhat/ppx_fun/issues"
depends: [
  "ocaml" {>= "4.03.0"}
  "ppx_driver"
  "ppx_core"
  "ppx_tools"
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
]
build: [
  ["ocaml" "pkg/pkg.ml" "build" "--tests" "true"]
  ["ocaml" "pkg/pkg.ml" "build" "--tests" "true"] {with-test}
  ["ocaml" "pkg/pkg.ml" "test"] {with-test}
]
conflicts: [ "ppxlib" ]
synopsis:
  "ppx_fun is PPX rewriter that provides simplified syntax for anonymous functions via extensions: `[%f ...]` and `[%f_ ...]`."
url {
  src: "https://github.com/little-arhat/ppx_fun/archive/v0.0.1.tar.gz"
  checksum: "md5=1feb97a80779b0eaddd27f1659d26e78"
}
