2019-01-11 09:29:28 +04:00
|
|
|
opam-version: "2.0"
|
2018-02-08 21:59:43 +04:00
|
|
|
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"
|
2019-02-20 07:01:48 +04:00
|
|
|
synopsis: "Bitcoin's BIP39 implementation"
|
2018-02-08 21:59:43 +04:00
|
|
|
license: "ISC"
|
2019-01-11 09:29:28 +04:00
|
|
|
dev-repo: "git+https://github.com/vbmithr/ocaml-bip39.git"
|
2018-02-08 21:59:43 +04:00
|
|
|
bug-reports: "https://github.com/vbmithr/ocaml-bip39/issues"
|
|
|
|
tags: []
|
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: [
|
2019-01-10 22:58:04 +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"}
|
2018-07-02 13:50:24 +04:00
|
|
|
"hacl"
|
|
|
|
"bigstring" {>= "0.2"}
|
2018-02-08 21:59:43 +04:00
|
|
|
"pbkdf" {>= "0.2.0"}
|
2019-01-11 09:29:28 +04:00
|
|
|
"hex" {with-test & >= "1.2.0"}
|
|
|
|
"alcotest" {with-test & >= "0.8.1"}
|
2018-02-08 21:59:43 +04:00
|
|
|
]
|