6 zarith_stubs_js ? null,
13 buildDunePackage rec {
16 src = fetchFromGitLab {
17 owner = "nomadic-labs";
18 repo = "cryptography/ocaml-bls12-381";
20 hash = "sha256-z2ZSOrXgm+XjdrY91vqxXSKhA0DyJz6JkkNljDZznX8=";
23 minimalOCamlVersion = "4.08";
26 patchShebangs ./src/*.sh
29 propagatedBuildInputs = [
44 homepage = " https://nomadic-labs.gitlab.io/cryptography/ocaml-bls12-381/bls12-381/";
45 description = "Implementation of BLS12-381 and some cryptographic primitives built on top of it";
46 license = lib.licenses.mit;
47 maintainers = [ lib.maintainers.ulrikstrid ];