opam-version: "2.0" synopsis: "String interpolation PPX preprocessor" description: " String interpolation PPX preprocessor. " maintainer: "Konstantin Romanov " authors: ["Konstantin Romanov "] homepage: "https://github.com/bloomberg/ppx_string_interpolation" bug-reports: "https://github.com/bloomberg/ppx_string_interpolation/issues" doc: "https://bloomberg.github.io/ppx_string_interpolation/README.md" dev-repo: "git+https://github.com/bloomberg/ppx_string_interpolation.git" license: "Apache-2.0" url { src: "https://github.com/bloomberg/ppx_string_interpolation/archive/1.0.0.tar.gz" checksum: [ "sha256=71ac9e0938eae63a49db65f8bff3f741941ccf08c5600eac4bfcf8b554958c0a" "md5=3e65a57fd7fb6c7025e7ade74b22c83a" ] } build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] depends: [ "dune" {>= "1.7"} "ocaml" {>= "4.04.1"} "ppxlib" "sedlex" {>= "2.0" & < "2.3"} ]