Skip to content

Commit

Permalink
Merge pull request ocaml#11422 from dakk/opam-publish-secp256k1.0.4.0
Browse files Browse the repository at this point in the history
Package secp256k1.0.4.0
  • Loading branch information
kit-ty-kate committed Feb 18, 2018
2 parents 6cd7ef9 + 979d42c commit cd99f3f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/secp256k1/secp256k1.0.4.0/descr
@@ -0,0 +1,12 @@
Elliptic curve library secp256k1 wrapper for Ocaml

This library wrap the secp256k1 EC(DSA) library into an OCaml library. At
the moment only a subset of functionalities are available:

- Context: create, clone, destroy, randomize
- Elliptic curve: public key creation
- ECDSA: verify, sign


All exchanged data (pubkey, signature, seckey) are represented as hex
strings.
23 changes: 23 additions & 0 deletions packages/secp256k1/secp256k1.0.4.0/opam
@@ -0,0 +1,23 @@
opam-version: "1.2"
maintainer: "Davide Gessa <gessadavide@gmail.com>"
authors: [
"Davide Gessa <gessadavide@gmail.com>"
"Vincent Bernardoff <vb@luminar.eu.org>"
"Yoichi Hirai <i@yoichihirai.com>"
]
homepage: "https://github.com/dakk/secp256k1-ml"
bug-reports: "https://github.com/dakk/secp256k1-ml/issues"
license: "MIT"
dev-repo: "git+https://github.com/dakk/secp256k1-ml"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"jbuilder" {build & >= "1.0+beta9"}
"base" {build & >= "v0.9.2"}
"stdio" {build & >= "v0.9.0"}
"configurator" {build & >= "v0.9.1"}
"hex" {test & >= "1.1.1"}
"ounit" {test & >= "2.0.7"}
"conf-secp256k1"
"base-bigarray"
]

2 changes: 2 additions & 0 deletions packages/secp256k1/secp256k1.0.4.0/url
@@ -0,0 +1,2 @@
http: "https://github.com/dakk/secp256k1-ml/archive/0.4.0-r1.zip"
checksum: "a0708fffbe30eaa6c5f4e7b981c8241c"

0 comments on commit cd99f3f

Please sign in to comment.