-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package bip340.0.1.1 #25680
base: master
Are you sure you want to change the base?
Package bip340.0.1.1 #25680
Conversation
@andunieee, it seems that you forgot to add the right dependencies in the opam file. I've tried to add the one corresponding to the build errors I saw, but you might want to have a look and fix this in your package directly so that the next releases go smoothly. |
dac0e0d
to
470cfd4
Compare
470cfd4
to
d8e9618
Compare
Sorry, this is my first time publishing a package. I've fixed it an updated the tag to 0.1.1, but kept all in this same PR if that is ok. Next time will be better. Thank you! |
Looks like a system dependency is missing:
Can you check if a suitable |
OK, give me some more time and I'll try to figure out how to add the dependency. Should be ok if I look into other Opam packages that also depend on exotic C libraries, right? |
Sure, they are usually called |
FWI, the package |
Hi @andunieee. Just checking in whether you would still like to land this in the repo, and if so, whether there is any additional support or pointers we can provide that would help! |
maintainer: ["[email protected]"] | ||
authors: ["andunië"] | ||
license: "MIT" | ||
tags: ["topics" "bitcoin" "schnorr" "taproot" "bip340"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: topics
tag can be removed here.
maintainer: ["[email protected]"] | ||
authors: ["andunië"] | ||
license: "MIT" | ||
tags: ["topics" "bitcoin" "schnorr" "taproot" "bip340"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tags: ["topics" "bitcoin" "schnorr" "taproot" "bip340"] | |
tags: ["bitcoin" "schnorr" "taproot" "bip340"] |
bip340.0.1.1
bitcoin schnorr signatures
libsecp256k1 wrapper for OCaml that only exposes a few primitives required for creating and verifying Schnorr signatures.
🐫 Pull-request generated by opam-publish v2.3.0