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