14 buildDunePackage rec {
20 src = fetchFromGitHub {
24 sha256 = "0rgg78435ypi6ryhcq5ljkch4qjvra2jqjd47c2hhhcbwvi2ssxh";
39 homepage = "https://github.com/fdopen/ppx_cstubs";
40 description = "Preprocessor for easier stub generation with ocaml-ctypes";
41 license = licenses.mit;
42 maintainers = [ maintainers.osener ];