this repo has no description
1opam-version: "2.0" 2synopsis: "Ppx to make Vue.js application" 3maintainer: "contact@functori.com" 4authors: "Maxime Levillain <maxime.levillain@functori.com>" 5license: "MIT" 6homepage: "https://gitlab.com/functori/dev/vue-ppx" 7bug-reports: "https://gitlab.com/functori/dev/vue-ppx/-/issues" 8depends: [ 9 "ocaml" {>= "4.13"} 10 "dune" {>= "3.6"} 11 "ppx_deriving_jsoo" {>= "0.3"} 12 "ezjs_min" 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://gitlab.com/functori/dev/vue-ppx" 30url { 31 src: 32 "https://gitlab.com/functori/dev/vue-ppx/-/archive/0.1.0/vue-ppx-0.1.0.tar.gz" 33 checksum: [ 34 "md5=2f7195496033d04f40dd1e0f206822f9" 35 "sha512=d68bb17fe8cf87579e3b34842bdd9b7b6e7aa0b6ca6aa390c900464a5d96e2c124b86d4e1d0780da065d7e2599b5d0beef1fcc7890709a447a9fd7522bf9efaf" 36 ] 37}