this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package togglelog.0.1.1

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