13 buildDunePackage rec {
14 pname = "secp256k1-internal";
16 src = fetchFromGitLab {
17 owner = "nomadic-labs";
18 repo = "ocaml-secp256k1-internal";
20 hash = "sha256-amVtp94cE1NxClWJgcJvRmilnQlC7z44mORUaxvPn00=";
23 minimalOCamlVersion = "4.08";
26 propagatedBuildInputs = [
44 description = "Bindings to secp256k1 internal functions (generic operations on the curve)";
45 license = lib.licenses.mit;
46 maintainers = [ lib.maintainers.ulrikstrid ];