this repo has no description
0
fork

Configure Feed

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

Merge pull request #25165 from moyodiallo/release-opam-dune-lint-v0.5

[new release] opam-dune-lint (0.5)

authored by

Marcello Seri and committed by
GitHub
eeb40441 b85fc824

+48
+48
packages/opam-dune-lint/opam-dune-lint.0.5/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Ensure dune and opam dependencies are consistent" 3 + description: 4 + "opam-dune-lint checks that all ocamlfind libraries listed as dune dependencies have corresponding opam dependencies listed in the opam files. If not, it offers to add them (either to your opam files, or to your dune-project if you're generating your opam files from that)." 5 + maintainer: ["alpha@tarides.com" "Tim McGilchrist <timmcgil@gmail.com>"] 6 + authors: ["talex5@gmail.com"] 7 + license: "ISC" 8 + homepage: "https://github.com/ocurrent/opam-dune-lint" 9 + bug-reports: "https://github.com/ocurrent/opam-dune-lint/issues" 10 + depends: [ 11 + "dune" {>= "3.10"} 12 + "fpath" {>= "0.7.3"} 13 + "astring" {>= "0.8.5"} 14 + "sexplib" {>= "v0.14.0"} 15 + "cmdliner" {>= "1.1.0"} 16 + "stdune" {>= "3.10.0"} 17 + "ocaml" {>= "4.08.0"} 18 + "bos" {>= "0.2.0"} 19 + "fmt" {>= "0.8.9"} 20 + "opam-state" {>= "2.1.0"} 21 + "opam-format" 22 + "odoc" {with-doc} 23 + ] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "@install" 34 + "@runtest" {with-test} 35 + "@doc" {with-doc} 36 + ] 37 + ] 38 + dev-repo: "git+https://github.com/ocurrent/opam-dune-lint.git" 39 + flags: plugin 40 + url { 41 + src: 42 + "https://github.com/ocurrent/opam-dune-lint/releases/download/v0.5/opam-dune-lint-0.5.tbz" 43 + checksum: [ 44 + "sha256=b336b4f9a818c6e61e193cd908ad5c245ae0b8861cb86983d7c7f9425d488955" 45 + "sha512=244fa63f402184c540a2bf721dcfab9245795e9570e0db816d5ac71547846d406f69a5537a2cbe3139fa6b9315f8a21c0c6686ff8e01a7e407419386a3df8268" 46 + ] 47 + } 48 + x-commit-hash: "43d1135bc46bead27d022e3437579c67d622fa28"