this repo has no description
0
fork

Configure Feed

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

[new release] opam-check-npm-deps (3.0.1)

CHANGES:

- Support opam 2.3

+53
+53
packages/opam-check-npm-deps/opam-check-npm-deps.3.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "An opam plugin to check for npm depexts inside the node_modules folder" 4 + description: 5 + "Provides the `opam check-npm-deps` command, which given an opam switch, gathers all the depexts belonging to the npm platform and their version constraints, and checks the `node_modules` folder to see if the constraints are satisfied." 6 + maintainer: ["Ahrefs"] 7 + authors: ["Javier Chávarri"] 8 + tags: ["melange" "org:ahrefs"] 9 + license: "MIT" 10 + homepage: "https://github.com/ahrefs/opam-check-npm-deps" 11 + bug-reports: "https://github.com/ahrefs/opam-check-npm-deps/issues" 12 + depends: [ 13 + "ocaml" {>= "4.14.0"} 14 + "reason" {>= "3.8.1"} 15 + "dune" {>= "3.8"} 16 + "opam-client" {>= "2.3" & < "2.4"} 17 + "mccs" {>= "1.1+14"} 18 + "angstrom" {>= "0.15.0"} 19 + "fmt" {>= "0.9.0"} 20 + "bos" 21 + "lwt_ppx" 22 + "ppx_deriving_yojson" 23 + "ppx_expect" 24 + "ppx_inline_test" 25 + "ppx_let" 26 + "ppx_sexp_conv" 27 + "odoc" {with-doc} 28 + ] 29 + available: opam-version >= "2.3" & opam-version < "2.4" 30 + build: [ 31 + ["dune" "subst"] {dev} 32 + [ 33 + "dune" 34 + "build" 35 + "-p" 36 + name 37 + "-j" 38 + jobs 39 + "@install" 40 + "@doc" {with-doc} 41 + ] 42 + ] 43 + dev-repo: "git+https://github.com/ahrefs/opam-check-npm-deps.git" 44 + flags: plugin 45 + url { 46 + src: 47 + "https://github.com/ahrefs/opam-check-npm-deps/releases/download/3.0.1/opam-check-npm-deps-3.0.1.tbz" 48 + checksum: [ 49 + "sha256=de4d8679cb51b48fea858bf77957f0af9c7fa677874675c7af06c7fefd193f45" 50 + "sha512=8cd16a848741fb2124e81f5c2f97cab675a9496ae4c2cd8c2ca5135f8dc7493f6c49ae8f5c087d76820cccc744dec59f97dace06d35f7b2e08df6daea7803d1f" 51 + ] 52 + } 53 + x-commit-hash: "30909d3f6122a261fbc85049f04adec7a647438b"