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"} 14 "dune" {>= "3.8"} 15 "opam-client" {>= "2.2" & < "2.3"} 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.2" & opam-version < "2.3" 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/2.0.0/opam-check-npm-deps-2.0.0.tbz" 47 checksum: [ 48 "sha256=7b7e90c13fd933516d2b72fbc0484481a765f51134d41bfa277712ffdc16daa2" 49 "sha512=1ab9b2898d01b7193309d8a2fae9709973f3f7fed2e9fa8a50f7809da21b2a4042341d16b81b74d40b84807c728862b85e8dffc252806e0de41025eafdee3844" 50 ] 51} 52x-commit-hash: "dffa1f2c9e787420e71dc6507e825305c4ac8e1d"