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} 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.1.tar.gz" 33 checksum: [ 34 "md5=486b6910109750a354fef184ad72fa95" 35 "sha512=cc8eebf787bf83b8e590bd098b31dc2250bdd5b2cae9512f3871e7ba298967e66485a947a1af431941ea9e8a55d708cae1f1da0c8880038089846993575f7ea0" 36 ] 37}