opam-version: "2.0" synopsis: "Camlp5 syntax extension for logging" description: """ A simple camlp5 syntax extension that allows syntax REPR(expr) which translates to a pair ("string with expression 'expr'", expr) Useful for logging and pretty-printing """ maintainer: "kakadu.hafanana@gmail.com" authors: "https://github.com/dboulytchev" homepage: "https://github.com/dboulytchev/logger" bug-reports: "https://github.com/dboulytchev/logger/issues" depends: [ "ocaml" { >= "4.07.0" } "ocamlfind" {build} "camlp5" { >= "8" | = "8.00~alpha04" | = "8.00~alpha05" } ] build: [ [make "-f" "Makefile.ob"] ] install: [make "-f" "Makefile.ob" "PREFIX=%{prefix}%" "install"] dev-repo: "git+https://github.com/dboulytchev/logger.git" url { src: "https://github.com/dboulytchev/logger/archive/0.4.5.zip" checksum: [ "sha256=525c04ab8c5bf1a0bb93c6e1c1b32628d8d6983ab3e8eef4ade8622f5391dbb8" "md5=cf67fa77095b0d2ed42c688bfdc5ae50" ] }