opam-version: "2.0" synopsis: "Ppx to make Vue.js application" maintainer: "contact@functori.com" authors: "Maxime Levillain " license: "MIT" homepage: "https://gitlab.com/functori/dev/vue-ppx" bug-reports: "https://gitlab.com/functori/dev/vue-ppx/-/issues" depends: [ "ocaml" {>= "4.13"} "dune" {>= "3.6"} "ppx_deriving_jsoo" {>= "0.3"} "ezjs_min" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://gitlab.com/functori/dev/vue-ppx" url { src: "https://gitlab.com/functori/dev/vue-ppx/-/archive/0.1.0/vue-ppx-0.1.0.tar.gz" checksum: [ "md5=2f7195496033d04f40dd1e0f206822f9" "sha512=d68bb17fe8cf87579e3b34842bdd9b7b6e7aa0b6ca6aa390c900464a5d96e2c124b86d4e1d0780da065d7e2599b5d0beef1fcc7890709a447a9fd7522bf9efaf" ] }