From d8e961876952dbc4dea7f190357da9466d54bc36 Mon Sep 17 00:00:00 2001 From: andunie Date: Mon, 22 Apr 2024 00:27:54 +0000 Subject: [PATCH] Package bip340.0.1.1 --- packages/bip340/bip340.0.1.1/opam | 40 +++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 packages/bip340/bip340.0.1.1/opam diff --git a/packages/bip340/bip340.0.1.1/opam b/packages/bip340/bip340.0.1.1/opam new file mode 100644 index 00000000000..62d127b5cc5 --- /dev/null +++ b/packages/bip340/bip340.0.1.1/opam @@ -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: ["andunie@cassis.cash"] +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" + ] +}