opam-version: "2.0" synopsis: "A PPX helps binding to typescript modules" maintainer: "developer@greenlabs.co.kr" authors: "Greenlabs Dev" license: "MIT" homepage: "https://github.com/green-labs/ppx_ts" bug-reports: "https://github.com/green-labs/ppx_ts/issues" depends: [ "ocaml" {>= "4.12.1"} "dune" {>= "3.0"} "ppxlib" {>= "0.22.0"} "ppx_inline_test" "ppx_expect" "ppx_deriving" "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/green-labs/ppx_ts.git" url { src: "https://github.com/green-labs/ppx_ts/archive/v0.1.6-opam.tar.gz" checksum: [ "md5=6a0615247c0bf1b28b856a7b6fddaa5c" "sha512=dc09a6f9cb74ca15ed35d8b16afcbc9f5b61e8d50bed49ccedd81bebca4161320c20d3664a4151fade55d77ac45c7225e37d3c56453d4cb38b862fd3b69ccf1b" ] }