bcb2f287e1
GitOrigin-RevId: d603719ec6e294f034936c0d0dc06f689d91b6c3
14 lines
284 B
Nix
14 lines
284 B
Nix
{ reason, ... }:
|
|
|
|
{
|
|
pname = "fp";
|
|
|
|
nativeBuildInputs = [
|
|
reason
|
|
];
|
|
|
|
meta = {
|
|
description = "Library for creating and operating on file paths consistently on multiple platforms";
|
|
downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/fp";
|
|
};
|
|
}
|