1 { lib, buildDunePackage, fetchurl }:
4 minimalOCamlVersion = "4.07";
8 url = "https://github.com/mirage/optint/releases/download/v${version}/optint-${version}.tbz";
9 sha256 = "sha256-KVz/LBNLA4WxO6gdUAXZ+EG6QNSlAq7RDJl/I57xFHs=";
13 homepage = "https://github.com/mirage/optint";
14 description = "Abstract type of integer between x64 and x86 architecture";
15 license = lib.licenses.mit;
16 maintainers = [ lib.maintainers.vbgl ];