Skip to content

Commit

Permalink
Package bip340.0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andunieee committed Apr 22, 2024
1 parent 6c16a50 commit 470cfd4
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions packages/bip340/bip340.0.1.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "bitcoin schnorr signatures"
description:
"libsecp256k1 wrapper for OCaml that only exposes a few primitives required for creating and verifying Schnorr signatures."
maintainer: ["[email protected]"]
authors: ["andunië"]
license: "MIT"
tags: ["topics" "bitcoin" "schnorr" "taproot" "bip340"]
homepage: "https:/andunieee/bip340"
bug-reports: "https:/andunieee/bip340/issues"
depends: [
"dune" {>= "3.14"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https:/andunieee/bip340.git"
url {
src: "https:/andunieee/bip340/archive/refs/tags/0.1.1.tar.gz"
checksum: [
"md5=0eb7433db487e7b985186869553820bc"
"sha512=d25dd5727c493ebef3ca88845abc79f8a5f73a94fdb9627be87f796c8ad56683dcdd531ddb4f592fa9edde74f6a92fc40e4c5b770ede00fc8c19eb640e161ced"
]
}

0 comments on commit 470cfd4

Please sign in to comment.