30 lines
886 B
Plaintext
30 lines
886 B
Plaintext
opam-version: "2.0"
|
|
name: "bip39"
|
|
version: "dev"
|
|
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/ocaml-bip39/bip39.install" "." ]
|
|
]
|
|
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 {
|
|
src: "https://gitlab.com/ligolang/tezos-modded/-/archive/master/tezos-modded.tar.gz"
|
|
}
|