this repo has no description
1opam-version: "2.0"
2synopsis:
3 "An opam plugin to check for npm depexts inside the node_modules folder"
4description:
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."
6maintainer: ["Javier Chávarri"]
7authors: ["Javier Chávarri"]
8license: "MIT"
9homepage: "https://github.com/jchavarri/opam-check-npm-deps"
10bug-reports: "https://github.com/jchavarri/opam-check-npm-deps/issues"
11depends: [
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]
28available: opam-version >= "2.1" & opam-version < "2.2"
29build: [
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]
42dev-repo: "git+https://github.com/jchavarri/opam-check-npm-deps.git"
43flags: plugin
44url {
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}
52x-commit-hash: "1978cca0ea36d79f5f05a5c3b80f930f4922921e"