15 buildDunePackage rec {
19 url = "https://gitlab.com/nomadic-labs/cryptography/ocaml-ec/-/archive/${version}/ocaml-ec-${version}.tar.bz2";
20 sha256 = "sha256-uIcGj/exSfuuzsv6C/bnJXpYRu3OY3dcKMW/7+qwi2U=";
25 minimalOCamlVersion = "4.12";
27 propagatedBuildInputs = [
46 description = "Mec - Mini Elliptic Curve library";
47 homepage = "https://gitlab.com/nomadic-labs/cryptography/ocaml-ec";
48 license = lib.licenses.mit;
49 maintainers = [ lib.maintainers.ulrikstrid ];