this repo has no description
1opam-version: "2.0" 2synopsis: "An OCaml ppx to require node modules" 3maintainer: ["Emilien Lemaire"] 4authors: ["Emilien Lemaire"] 5license: "Apache-2.0" 6homepage: "https://github.com/emilienlemaire/node_of_ocaml" 7bug-reports: "https://github.com/emilienlemaire/node_of_ocaml/issues" 8depends: [ 9 "dune" {>= "2.8"} 10 "ppxlib" {>= "0.6.0"} 11 "js_of_ocaml" 12 "odoc" {with-doc} 13] 14build: [ 15 ["dune" "subst"] {dev} 16 [ 17 "dune" 18 "build" 19 "-p" 20 name 21 "-j" 22 jobs 23 "@install" 24 "@runtest" {with-test} 25 "@doc" {with-doc} 26 ] 27] 28dev-repo: "git+https://github.com/emilienlemaire/node_of_ocaml.git" 29url { 30 src: "https://github.com/emilienlemaire/node_of_ocaml/archive/1.0.0.tar.gz" 31 checksum: [ 32 "md5=31e966a5e495d7f5a76d65d0bed65d49" 33 "sha512=91bd1184132a497491db55b460da27f8fa7301aabe8c2034ab404e2f15d6baa821bcfe4c4bb14e972602a907f24d57075de2fd80807c45ec16e97402022a5a24" 34 ] 35}