# 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.23.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.2.tar.gz" checksum: [ "md5=ae423a13944bfde1495e3c1712a7d5cd" "sha512=f19e938522371999de5f67d4691fc96f7a10092b67a2b580ff1329dc4520df36b2ffce7f5f5e6ff841d579e53acac29e0146c7196eec472082bf7e72f6ea0e28" ] }