1 { lib, fetchzip, buildDunePackage, ocaml
2 , zarith, eqaf, bigarray-compat, hex, ff-sig, ff
3 , alcotest, bisect_ppx }:
9 url = "https://gitlab.com/nomadic-labs/cryptography/ocaml-ec/-/archive/${version}/ocaml-ec-${version}.tar.bz2";
10 sha256 = "sha256-uIcGj/exSfuuzsv6C/bnJXpYRu3OY3dcKMW/7+qwi2U=";
15 minimalOCamlVersion = "4.12";
17 propagatedBuildInputs = [
36 description = "Mec - Mini Elliptic Curve library";
37 homepage = "https://gitlab.com/nomadic-labs/cryptography/ocaml-ec";
38 license = lib.licenses.mit;
39 maintainers = [ lib.maintainers.ulrikstrid ];