12 buildDunePackage rec {
18 src = fetchFromGitLab {
19 owner = "nomadic-labs";
22 hash = "sha256-o/DylUx+olRRloiCU6b1t/xOmW8A5IZB2n3U7fkMo80=";
25 propagatedBuildInputs = [
35 doCheck = lib.versionAtLeast ocaml.version "4.08";
38 description = "Bindings for ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors";
39 homepage = "https://gitlab.com/nomadic-labs/ocaml-uecc";
40 license = lib.licenses.isc;
41 maintainers = [ lib.maintainers.ulrikstrid ];