Skip to content

Commit b96b23b

Browse files
authored
Merge pull request ocaml#24251 from jchavarri/release-opam-check-npm-deps-1.0.0
[new release] opam-check-npm-deps (1.0.0)
2 parents 30488ae + 9c76899 commit b96b23b

File tree

1 file changed

+52
-0
lines changed
  • packages/opam-check-npm-deps/opam-check-npm-deps.1.0.0

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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: ["Javier Chávarri"]
7+
authors: ["Javier Chávarri"]
8+
license: "MIT"
9+
homepage: "https://github.com/jchavarri/opam-check-npm-deps"
10+
bug-reports: "https://github.com/jchavarri/opam-check-npm-deps/issues"
11+
depends: [
12+
"ocaml" {>= "4.14.0"}
13+
"reason" {>= "3.8.1" & < "4.0.0"}
14+
"dune" {>= "3.8"}
15+
"opam-client" {>= "2.1.3" & < "2.2"}
16+
"mccs" {>= "1.1+14"}
17+
"angstrom" {>= "0.15.0"}
18+
"fmt" {>= "0.9.0"}
19+
"bos"
20+
"lwt_ppx"
21+
"ppx_deriving_yojson"
22+
"ppx_expect"
23+
"ppx_inline_test"
24+
"ppx_let"
25+
"ppx_sexp_conv"
26+
"odoc" {with-doc}
27+
]
28+
available: opam-version >= "2.1" & opam-version < "2.2"
29+
build: [
30+
["dune" "subst"] {dev}
31+
[
32+
"dune"
33+
"build"
34+
"-p"
35+
name
36+
"-j"
37+
jobs
38+
"@install"
39+
"@doc" {with-doc}
40+
]
41+
]
42+
dev-repo: "git+https://github.com/jchavarri/opam-check-npm-deps.git"
43+
flags: plugin
44+
url {
45+
src:
46+
"https://github.com/jchavarri/opam-check-npm-deps/releases/download/1.0.0/opam-check-npm-deps-1.0.0.tbz"
47+
checksum: [
48+
"sha256=dce793b588d997b299e371847c9a4c85c3e446a55f6c6e56f99d71cfaf31c967"
49+
"sha512=4cef4b1456d9da7a2539d43344c81aed6f19332125cfc08e183a18b3085bf421eee20e93fcaee4ff6cb7f4add295e343d2def877eb9680fe62a5d9fe23b88bbb"
50+
]
51+
}
52+
x-commit-hash: "1978cca0ea36d79f5f05a5c3b80f930f4922921e"

0 commit comments

Comments
 (0)