this repo has no description
1opam-version: "2.0" 2synopsis: "String interpolation PPX preprocessor" 3description: " 4String interpolation PPX preprocessor. 5" 6maintainer: "Konstantin Romanov <konstantinsromanov@gmail.com>" 7authors: ["Konstantin Romanov <konstantinsromanov@gmail.com>"] 8homepage: "https://github.com/bloomberg/ppx_string_interpolation" 9bug-reports: "https://github.com/bloomberg/ppx_string_interpolation/issues" 10doc: "https://bloomberg.github.io/ppx_string_interpolation/README.md" 11dev-repo: "git+https://github.com/bloomberg/ppx_string_interpolation.git" 12license: "Apache-2.0" 13 14build: [ 15 ["dune" "subst"] {dev} 16 ["dune" "build" "-p" name "-j" jobs] 17] 18 19depends: [ 20 "dune" {>= "1.7"} 21 "ocaml" {>= "4.04.1"} 22 "ppxlib" {>= "0.18.0"} 23 "sedlex" {>= "2.0"} 24] 25 26url { 27 src: 28 "https://github.com/bloomberg/ppx_string_interpolation/archive/1.0.1.tar.gz" 29 checksum: [ 30 "sha256=3effbe8ad4391b8f0bd0609e07a0d9f4e7d8250eb933843b36df7e3cad8efebd" 31 "md5=11f5247fef9d594c26604913a251eb33" 32 ] 33}