ligo/vendors/ocaml-ledger-wallet/src/jbuild
2018-06-16 16:26:19 +02:00

16 lines
427 B
Plaintext

(jbuild_version 1)
(library
((name ledgerwallet)
(public_name ledgerwallet)
(modules (Apdu Transport))
(synopsis "Ledger wallet library for OCaml: common parts")
(libraries (result cstruct hidapi))))
(library
((name ledgerwallet_tezos)
(public_name ledgerwallet-tezos)
(modules (Ledgerwallet_tezos))
(synopsis "Ledger wallet library for OCaml: Tezos app")
(libraries (ledgerwallet))))