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