ligo/vendors/ocaml-ledger-wallet/ledgerwallet.opam

19 lines
626 B
Plaintext
Raw Normal View History

opam-version: "2.0"
2018-05-30 20:04:50 +04:00
version: "dev"
name: "ledgerwallet"
2018-05-30 20:04:50 +04:00
authors: "Vincent Bernardoff <vb@luminar.eu.org>"
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
license: "ISC"
synopsis: "Ledger wallet library for OCaml"
2018-05-30 20:04:50 +04:00
homepage: "https://github.com/vbmithr/ocaml-ledger-wallet"
bug-reports: "https://github.com/vbmithr/ocaml-ledger-wallet/issues"
dev-repo: "git://github.com/vbmithr/ocaml-ledger-wallet"
2018-07-23 17:40:55 +04:00
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
2018-05-30 20:04:50 +04:00
depends: [
2018-07-23 17:40:55 +04:00
"dune" {build & >= "1.0.1"}
"rresult" {>= "0.5.0"}
2018-05-30 20:04:50 +04:00
"cstruct" {>= "3.2.1"}
"hidapi" {>= "1.0"}
]