File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
packages/togglelog/togglelog.0.1.0 Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "A ppx for compile-time-optional logging"
4+ maintainer: ["Brian Ward"]
5+ authors: ["Brian Ward"]
6+ license: "MIT"
7+ homepage: "https://github.com/WardBrian/togglelog"
8+ bug-reports: "https://github.com/WardBrian/togglelog/issues"
9+ depends: [
10+ "ocaml" {>= "4.08.0"}
11+ "dune" {>= "3.6"}
12+ "ppxlib" {>= "0.22"}
13+ "odoc" {with-doc}
14+ ]
15+ build: [
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+ ]
29+ dev-repo: "git+https://github.com/WardBrian/togglelog.git"
30+ url {
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+ }
You can’t perform that action at this time.
0 commit comments