1 { lib, buildDunePackage, fetchFromGitHub, camlidl, fuse, dune-configurator }:
5 version = "2.7.1_cvs7";
7 src = fetchFromGitHub {
11 sha256 = "6nmPXZx38hBGlg+gV9nnlRpPfeSAqDj4zBPcjUNvTRo=";
14 # This currently fails with dune
17 nativeBuildInputs = [ camlidl ];
18 buildInputs = [ dune-configurator ];
19 propagatedBuildInputs = [ camlidl fuse ];
22 homepage = "https://sourceforge.net/projects/ocamlfuse";
23 description = "OCaml bindings for FUSE";
24 license = lib.licenses.gpl2;
25 platforms = lib.platforms.linux;
26 maintainers = with lib.maintainers; [ bennofs ];