11 buildDunePackage rec {
12 pname = "bls12-381-signature";
15 url = "https://gitlab.com/nomadic-labs/cryptography/ocaml-${pname}/-/archive/${version}/ocaml-bls12-381-signature-${version}.tar.bz2";
16 sha256 = "sha256-KaUpAT+BWxmUP5obi4loR9vVUeQmz3p3zG3CBolUuL4=";
21 minimalOCamlVersion = "4.08";
23 propagatedBuildInputs = [ bls12-381 ];
25 checkInputs = [ alcotest bisect_ppx integers_stubs_js ];
30 description = "Implementation of BLS signatures for the pairing-friendly curve BLS12-381";
31 license = lib.licenses.mit;
32 homepage = "https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-signature";
33 maintainers = [ lib.maintainers.ulrikstrid ];