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.22.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.1.tar.gz"
37 checksum: [
38 "md5=3aea51e89d107fdce32dc9b1aa0dad46"
39 "sha512=dc764201bd9ddef175098c426898cea3504692de7d90f6362b3413ace0679987269730874843fab399e63368be2198299f48f553f6f337d8ffd7ca91c2f7d4ce"
40 ]
41}