2021-06-28 23:13:55 +00:00
|
|
|
{ reason, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
pname = "fp";
|
|
|
|
|
2022-03-05 16:20:37 +00:00
|
|
|
nativeBuildInputs = [
|
2021-06-28 23:13:55 +00:00
|
|
|
reason
|
|
|
|
];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "A library for creating and operating on file paths consistently on multiple platforms";
|
|
|
|
downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/fp";
|
|
|
|
};
|
|
|
|
}
|