this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A ppx for compile-time-optional logging"
4maintainer: ["Brian Ward"]
5authors: ["Brian Ward"]
6license: "MIT"
7homepage: "https://github.com/WardBrian/togglelog"
8bug-reports: "https://github.com/WardBrian/togglelog/issues"
9depends: [
10 "ocaml" {>= "4.08.0"}
11 "dune" {>= "3.6"}
12 "ppxlib" {>= "0.22"}
13 "odoc" {with-doc}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test & arch != "x86_32" }
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/WardBrian/togglelog.git"
30url {
31 src:
32 "https://github.com/WardBrian/togglelog/archive/refs/tags/v0.1.0.tar.gz"
33 checksum: [
34 "md5=f8d516a3e7feb89b11f2cae161098cb0"
35 "sha512=72c824abcf854633e0fa484f9ad9465475b4fb07144dbab96d29f92f6052cee1ecd2d0e6a86c4bacd5248d1c906860d45d0bf7ab3c255f8d9085bf8ea58b8a03"
36 ]
37}