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 14url { 15 src: 16 "https://github.com/bloomberg/ppx_string_interpolation/archive/1.0.0.tar.gz" 17 checksum: [ 18 "sha256=71ac9e0938eae63a49db65f8bff3f741941ccf08c5600eac4bfcf8b554958c0a" 19 "md5=3e65a57fd7fb6c7025e7ade74b22c83a" 20 ] 21} 22 23build: [ 24 ["dune" "subst"] {dev} 25 ["dune" "build" "-p" name "-j" jobs] 26] 27 28depends: [ 29 "dune" {>= "1.7"} 30 "ocaml" {>= "4.04.1"} 31 "ppxlib" 32 "sedlex" {>= "2.0" & < "2.3"} 33]