1 { lib, buildDunePackage, reason, fp, src }:
7 version = "0.0.1-unstable-2024-05-07";
13 propagatedBuildInputs = [
18 description = "Library that provides a consistent API for common system, user and application directories consistently on all platforms";
19 downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/dir";
20 license = lib.licenses.mit;