ligo/packages/bip39/bip39.dev/opam

30 lines
891 B
Plaintext
Raw Normal View History

2019-05-13 01:13:37 +04:00
opam-version: "2.0"
name: "bip39"
2019-05-13 11:42:54 +04:00
version: "dev"
2019-05-13 01:13:37 +04:00
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"
synopsis: "Bitcoin's BIP39 implementation"
license: "ISC"
dev-repo: "git+https://github.com/vbmithr/ocaml-bip39.git"
bug-reports: "https://github.com/vbmithr/ocaml-bip39/issues"
tags: []
build: [
[ "dune" "build" "-j" jobs "-p" name "@install" ]
[ "mv" "vendors/tezos-modded/vendors/ocaml-bip39/bip39.install" "." ]
2019-05-13 01:13:37 +04:00
]
depends: [
"dune" {build & >= "1.0.1"}
"base" {build & >= "v0.10.0"}
"stdio" {build & >= "v0.10.0"}
"hacl"
"bigstring" {>= "0.2"}
"pbkdf" {>= "0.2.0"}
"hex" {with-test & >= "1.2.0"}
"alcotest" {with-test & >= "0.8.1"}
]
url {
2019-05-27 15:10:29 +04:00
src: "https://gitlab.com/ligolang/ligo/-/archive/master/ligo.tar.gz"
2019-05-13 01:13:37 +04:00
}