this repo has no description
0
fork

Configure Feed

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

Merge pull request #25093 from bn-d/opam-publish-ppx_make.0.3.4

Package ppx_make.0.3.4

authored by

Marcello Seri and committed by
GitHub
dbf1cdb4 2d0190db

+40
+40
packages/ppx_make/ppx_make.0.3.4/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "[@@deriving make]" 4 + description: "[@@deriving] plugin to generate make functions" 5 + maintainer: ["Boning <me@boni.ng>"] 6 + authors: ["Boning <me@boni.ng>"] 7 + license: "MIT" 8 + homepage: "https://github.com/bn-d/ppx_make" 9 + doc: "https://boni.ng/ppx_make/ppx_make/index.html" 10 + bug-reports: "https://github.com/bn-d/ppx_make/issues" 11 + depends: [ 12 + "dune" {>= "2.7"} 13 + "ppxlib" {>= "0.10.0"} 14 + "ounit2" {with-test} 15 + "ppx_show" {with-test} 16 + "bisect_ppx" {with-test} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 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 + ] 33 + dev-repo: "git+https://github.com/bn-d/ppx_make.git" 34 + url { 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 + }