this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #23016 from maxtori/opam-publish-vue-ppx.0.1.0

Package vue-ppx.0.1.0

authored by

Kate and committed by
GitHub
6710b45f 7a306fe3

+37
+37
packages/vue-ppx/vue-ppx.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Ppx to make Vue.js application" 3 + maintainer: "contact@functori.com" 4 + authors: "Maxime Levillain <maxime.levillain@functori.com>" 5 + license: "MIT" 6 + homepage: "https://gitlab.com/functori/dev/vue-ppx" 7 + bug-reports: "https://gitlab.com/functori/dev/vue-ppx/-/issues" 8 + depends: [ 9 + "ocaml" {>= "4.13"} 10 + "dune" {>= "3.6"} 11 + "ppx_deriving_jsoo" {>= "0.3"} 12 + "ezjs_min" 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 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 + ] 29 + dev-repo: "git://gitlab.com/functori/dev/vue-ppx" 30 + url { 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 + }