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 d8e9618
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions packages/bip340/bip340.0.1.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# 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://github.com/andunieee/bip340"
bug-reports: "https://github.com/andunieee/bip340/issues"
depends: [
"dune" {>= "3.14"}
"sha"
"ctypes"
"ctypes-foreign"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/andunieee/bip340.git"
url {
src: "https://github.com/andunieee/bip340/archive/refs/tags/0.1.1.tar.gz"
checksum: [
"md5=70fcf04e5cb2e86b4fd9d0430fa4ad16"
"sha512=53c0aa2ab7d61cb58632bae25b3258642144152ca01bf3306b8dd3b3aca9765d523ccd4bd9750b0e6376cfe9bccef347f73e8c76e9aae799380d2a4ee7b4c800"
]
}

0 comments on commit d8e9618

Please sign in to comment.