this repo has no description
1opam-version: "2.0" 2synopsis: "PPX used for debug logging in Stk" 3maintainer: "zoggy@bat8.org" 4authors: "Zoggy <zoggy@bat8.org>" 5license: "GPL-3.0-only" 6homepage: "https://zoggy.frama.io/ocaml-stk/" 7doc: "https://zoggy.frama.io/ocaml-stk/" 8bug-reports: "https://framagit.org/zoggy/ocaml-stk/issues" 9depends: [ 10 "dune" {>= "2.9"} 11 "ocaml" {>= "5.2.0"} 12 "ppxlib" 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "--promote-install-files=false" 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29 ["dune" "install" "-p" name "--create-install-files" name] 30] 31dev-repo: "git+https://framagit.org/zoggy/ocaml-stk.git" 32url { 33 src: "https://zoggy.frama.io/ocaml-stk/releases/ocaml-stk-0.4.0.tar.bz2" 34 checksum: [ 35 "md5=4a7d5aeecb002fa711a6eb002a544713" 36 "sha512=f2efc05917d5916980a8d09426b629028a748c00c19667b0bf4e0cf0c8811d80b5a693b95f662301bfbe3162cefd73e7f02e98cb5c1020876cbcf9fc81930434" 37 ] 38}