ligo/vendors/ocaml-ledger-wallet/src/jbuild

16 lines
427 B
Plaintext
Raw Normal View History

2018-05-30 20:04:50 +04:00
(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))))