15 buildDunePackage rec {
19 minimalOCamlVersion = "4.08";
23 src = fetchFromGitHub {
27 sha256 = "sha256-qMmwRWCIfNyhCQYPKLiufnb57sTR3P+WInOqtPDywFs=";
30 nativeBuildInputs = [ cppo findlib ];
41 propagatedBuildInputs = [
48 homepage = "https://github.com/fdopen/ppx_cstubs";
49 changelog = "https://github.com/fdopen/ppx_cstubs/raw/${version}/CHANGES.md";
50 description = "Preprocessor for easier stub generation with ocaml-ctypes";
51 license = licenses.lgpl21Plus;
52 maintainers = [ maintainers.osener ];