this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Ppxlib based make deriver" 4maintainer: ["Boning <me@boni.ng>"] 5authors: ["Boning <me@boni.ng>"] 6license: "MIT" 7homepage: "https://github.com/bn-d/ppx_make" 8doc: "https://github.com/bn-d/ppx_make" 9bug-reports: "https://github.com/bn-d/ppx_make/issues" 10depends: [ 11 "dune" {>= "2.7"} 12 "ppxlib" {>= "0.10.0" & < "0.36.0"} 13 "ounit2" {with-test} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/bn-d/ppx_make.git" 31url { 32 src: "https://github.com/bn-d/ppx_make/archive/v0.2.1.tar.gz" 33 checksum: [ 34 "md5=614b6470acc4a1107e2a4c875c77fbc7" 35 "sha512=43f31e60763647066d3b4070221fb61bfa979e7e25d44fadd59c9c624980c140ee98625220b53710b5cb7d0a3e959f22fd3369f94742009b8da6f2de5f54d2a7" 36 ] 37}