12 buildDunePackage rec {
13 pname = "secp256k1-internal";
15 src = fetchFromGitLab {
16 owner = "nomadic-labs";
17 repo = "ocaml-secp256k1-internal";
19 sha256 = "sha256-1wvQ4RW7avcGsIc0qgDzhGrwOBY0KHrtNVHCj2cgNzo=";
22 minimalOCamlVersion = "4.08";
24 propagatedBuildInputs = [
42 description = "Bindings to secp256k1 internal functions (generic operations on the curve)";
43 license = lib.licenses.mit;
44 maintainers = [ lib.maintainers.ulrikstrid ];