this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis:
4 "Ppxlib based string format rewriter inspired by Python string `format`"
5maintainer: ["Boning <me@boni.ng>"]
6authors: ["Boning <me@boni.ng>"]
7license: "MIT"
8homepage: "https://github.com/bn-d/ppx_pyformat"
9doc: "https://github.com/bn-d/ppx_pyformat"
10bug-reports: "https://github.com/bn-d/ppx_pyformat/issues"
11depends: [
12 "dune" {>= "2.7"}
13 "ocaml" {>= "4.08"}
14 "ppxlib" {>= "0.23.0"}
15 "ppx_make" {>= "0.3.0"}
16 "menhir" {>= "20200624"}
17 "ounit2" {with-test}
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/bn-d/ppx_pyformat.git"
35url {
36 src: "https://github.com/bn-d/ppx_pyformat/archive/v0.1.2.tar.gz"
37 checksum: [
38 "md5=ae423a13944bfde1495e3c1712a7d5cd"
39 "sha512=f19e938522371999de5f67d4691fc96f7a10092b67a2b580ff1329dc4520df36b2ffce7f5f5e6ff841d579e53acac29e0146c7196eec472082bf7e72f6ea0e28"
40 ]
41}