1 { lib, fetchFromGitHub, buildDunePackage, base, stdio, dune-configurator, secp256k1 }:
9 src = fetchFromGitHub {
11 repo = "secp256k1-ml";
13 hash = "sha256-22+dZb3MC1W5Qvsz3+IHV1/XiGCRmJHTH+6IW2QX2hU=";
16 buildInputs = [ base stdio dune-configurator secp256k1 ];
19 homepage = "https://github.com/dakk/secp256k1-ml";
20 description = "Elliptic curve library secp256k1 wrapper for Ocaml";
21 license = licenses.mit;
22 maintainers = [ maintainers.vyorkin ];