opam-version: "2.0"
authors: "Jun Furuse"
maintainer: "jun.furuse@gmail.com"
homepage: "https://bitbucket.org/camlspotter/orakuda/"
bug-reports: "https://bitbucket.org/camlspotter/orakuda/issues?status=new&status=open"
dev-repo: "hg+https://bitbucket.org/camlspotter/orakuda"
build: [
  [ "ocaml" "setup.ml" "-configure" "--prefix" prefix ]
  [ "ocaml" "setup.ml" "-build" ]
]
install: [
  [ "ocaml" "setup.ml" "-install" ]
]
remove: [
  [ "ocaml" "setup.ml" "-configure" "--prefix" prefix ]
  [ "ocaml" "setup.ml" "-uninstall" ]
]
depends: [
  "ocaml" {>= "4.00.0" & < "4.06.0"}
  "ocamlfind" {build}
  "omake" {build}
  "spotlib" {>= "2.0.0"}
  "pcre"
  "camlp4"
]
synopsis: "ORakuda, Perlish string literals in OCaml"
description: """
ORakuda is a small library, CamlP4 extensions and an optional tiny
patch to CamlP4 which provides a handy way to write OCaml scripts a la
Perl (or other scripting language). It provides syntax like:

* PCRE expression and matching of Perl like syntax $/.../ or <:m<...>>
* Variable and expression references in string $"..." or <:qq<...>>
* Sub-shell call by back-quotes $`...` or <:qx<...>>
* Easy hashtbl access tbl${key}"""
url {
  src: "https://bitbucket.org/camlspotter/orakuda/get/1.0.1.tar.gz"
  checksum: "md5=29c082666ffc3ac604f90c61a159191f"
}
