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