opam-version: "2.0" synopsis: "An opam plugin to check for npm depexts inside the node_modules folder" description: "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." maintainer: ["Javier Chávarri"] authors: ["Javier Chávarri"] license: "MIT" homepage: "https://github.com/jchavarri/opam-check-npm-deps" bug-reports: "https://github.com/jchavarri/opam-check-npm-deps/issues" depends: [ "ocaml" {>= "4.14.0"} "reason" {>= "3.8.1"} "dune" {>= "3.8"} "opam-client" {>= "2.2" & < "2.3"} "mccs" {>= "1.1+14"} "angstrom" {>= "0.15.0"} "fmt" {>= "0.9.0"} "bos" "lwt_ppx" "ppx_deriving_yojson" "ppx_expect" "ppx_inline_test" "ppx_let" "ppx_sexp_conv" "odoc" {with-doc} ] available: opam-version >= "2.2" & opam-version < "2.3" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/jchavarri/opam-check-npm-deps.git" flags: plugin url { src: "https://github.com/jchavarri/opam-check-npm-deps/releases/download/2.0.0/opam-check-npm-deps-2.0.0.tbz" checksum: [ "sha256=7b7e90c13fd933516d2b72fbc0484481a765f51134d41bfa277712ffdc16daa2" "sha512=1ab9b2898d01b7193309d8a2fae9709973f3f7fed2e9fa8a50f7809da21b2a4042341d16b81b74d40b84807c728862b85e8dffc252806e0de41025eafdee3844" ] } x-commit-hash: "dffa1f2c9e787420e71dc6507e825305c4ac8e1d"