ligo/vendors/ocaml-bip39/bip39.opam

24 lines
717 B
Plaintext
Raw Normal View History

2018-02-08 21:59:43 +04:00
opam-version: "1.2"
name: "bip39"
version: "1.0"
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
authors: ["Vincent Bernardoff <vb@luminar.eu.org>"]
homepage: "https://github.com/vbmithr/ocaml-bip39"
doc: "https://vbmithr.github.io/ocaml-bip39/doc"
license: "ISC"
dev-repo: "https://github.com/vbmithr/ocaml-bip39.git"
bug-reports: "https://github.com/vbmithr/ocaml-bip39/issues"
tags: []
available: [ ocaml-version >= "4.03.0" ]
2018-07-23 17:40:55 +04:00
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
2018-02-08 21:59:43 +04:00
depends: [
2018-07-23 17:40:55 +04:00
"dune" {build & = "1.0.1"}
2018-02-08 21:59:43 +04:00
"base" {build & >= "v0.10.0"}
"stdio" {build & >= "v0.10.0"}
"hacl"
"bigstring" {>= "0.2"}
2018-02-08 21:59:43 +04:00
"pbkdf" {>= "0.2.0"}
2018-02-16 17:33:10 +04:00
"hex" {test & >= "1.2.0"}
"alcotest" {test & >= "0.8.1"}
2018-02-08 21:59:43 +04:00
]