opam-version: "2.0" synopsis: "An OCaml ppx to require node modules" maintainer: ["Emilien Lemaire"] authors: ["Emilien Lemaire"] license: "Apache-2.0" homepage: "https://github.com/emilienlemaire/node_of_ocaml" bug-reports: "https://github.com/emilienlemaire/node_of_ocaml/issues" depends: [ "dune" {>= "2.8"} "ppxlib" {>= "0.6.0"} "js_of_ocaml" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/emilienlemaire/node_of_ocaml.git" url { src: "https://github.com/emilienlemaire/node_of_ocaml/archive/1.0.0.tar.gz" checksum: [ "md5=31e966a5e495d7f5a76d65d0bed65d49" "sha512=91bd1184132a497491db55b460da27f8fa7301aabe8c2034ab404e2f15d6baa821bcfe4c4bb14e972602a907f24d57075de2fd80807c45ec16e97402022a5a24" ] }