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

14 lines
388 B
Plaintext
Raw Normal View History

2018-05-30 20:04:50 +04:00
(library
2018-07-25 23:06:02 +04:00
(name ledgerwallet)
(public_name ledgerwallet)
(modules Apdu Transport)
(synopsis "Ledger wallet library for OCaml: common parts")
(libraries rresult cstruct hidapi))
2018-05-30 20:04:50 +04:00
(library
2018-07-25 23:06:02 +04:00
(name ledgerwallet_tezos)
(public_name ledgerwallet-tezos)
(modules Ledgerwallet_tezos)
(synopsis "Ledger wallet library for OCaml: Tezos app")
(libraries ledgerwallet))