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" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] depends: [ "dune" {>= "1.7"} "ocaml" {>= "4.04.1"} "ppxlib" {>= "0.18.0"} "sedlex" {>= "2.0"} ] url { src: "https://github.com/bloomberg/ppx_string_interpolation/archive/1.0.1.tar.gz" checksum: [ "sha256=3effbe8ad4391b8f0bd0609e07a0d9f4e7d8250eb933843b36df7e3cad8efebd" "md5=11f5247fef9d594c26604913a251eb33" ] }