ligo/vendors/ocaml-ledger-wallet/src/jbuild
Vincent Bernardoff aceee178e1 Vendors: upgrade ocaml-ledger-wallet
* Use result instead of exceptions
* Support newer versions of the companion Tezos/TezBake Ledger apps
2018-06-29 01:43:29 +00:00

16 lines
428 B
Plaintext

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