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 <javier.chavarri@ahrefs.com>"] 7authors: ["Javier Chávarri <javier.chavarri@ahrefs.com>"] 8tags: ["melange" "org:ahrefs"] 9license: "MIT" 10homepage: "https://github.com/ahrefs/opam-check-npm-deps" 11bug-reports: "https://github.com/ahrefs/opam-check-npm-deps/issues" 12depends: [ 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] 29available: opam-version >= "2.3" & opam-version < "2.4" 30build: [ 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] 43dev-repo: "git+https://github.com/ahrefs/opam-check-npm-deps.git" 44flags: plugin 45url { 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} 53x-commit-hash: "30909d3f6122a261fbc85049f04adec7a647438b"