ligo/vendors/ocaml-bip39/bip39.opam

23 lines
724 B
Plaintext
Raw Normal View History

2018-02-08 18:59:43 +01: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" ]
build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ]
depends: [
2018-04-04 10:00:31 +02:00
"jbuilder" {build & = "1.0+beta19.1"}
2018-02-08 18:59:43 +01:00
"base" {build & >= "v0.10.0"}
"stdio" {build & >= "v0.10.0"}
"nocrypto" {>= "0.5.4"}
"pbkdf" {>= "0.2.0"}
2018-02-16 14:33:10 +01:00
"hex" {test & >= "1.2.0"}
"alcotest" {test & >= "0.8.1"}
2018-02-08 18:59:43 +01:00
]