# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Ppxlib based string format rewriter inspired by Python string `format`" maintainer: ["Boning "] authors: ["Boning "] license: "MIT" homepage: "https://github.com/bn-d/ppx_pyformat" doc: "https://github.com/bn-d/ppx_pyformat" bug-reports: "https://github.com/bn-d/ppx_pyformat/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} "ppxlib" {>= "0.22.0"} "ppx_make" {>= "0.3.0"} "menhir" {>= "20200624"} "ounit2" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/bn-d/ppx_pyformat.git" url { src: "https://github.com/bn-d/ppx_pyformat/archive/v0.1.1.tar.gz" checksum: [ "md5=3aea51e89d107fdce32dc9b1aa0dad46" "sha512=dc764201bd9ddef175098c426898cea3504692de7d90f6362b3413ace0679987269730874843fab399e63368be2198299f48f553f6f337d8ffd7ca91c2f7d4ce" ] }