this repo has no description
1opam-version: "2.0"
2synopsis: "A PPX helps binding to typescript modules"
3maintainer: "developer@greenlabs.co.kr"
4authors: "Greenlabs Dev"
5license: "MIT"
6homepage: "https://github.com/green-labs/ppx_ts"
7bug-reports: "https://github.com/green-labs/ppx_ts/issues"
8depends: [
9 "ocaml" {>= "4.12.1"}
10 "dune" {>= "3.0"}
11 "ppxlib" {>= "0.22.0"}
12 "ppx_inline_test"
13 "ppx_expect"
14 "ppx_deriving"
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/green-labs/ppx_ts.git"
32url {
33 src: "https://github.com/green-labs/ppx_ts/archive/v0.1.6-opam.tar.gz"
34 checksum: [
35 "md5=6a0615247c0bf1b28b856a7b6fddaa5c"
36 "sha512=dc09a6f9cb74ca15ed35d8b16afcbc9f5b61e8d50bed49ccedd81bebca4161320c20d3664a4151fade55d77ac45c7225e37d3c56453d4cb38b862fd3b69ccf1b"
37 ]
38}