a13cdfe520
To keep this for the future we also strictDeps where possible, including for janePackages, topkg, oasis and ocamlbuild. This makes some closures significantly smaller and makes cross compilation easier
15 lines
286 B
Nix
15 lines
286 B
Nix
{ reason, ... }:
|
|
|
|
{
|
|
pname = "fp";
|
|
|
|
nativeBuildInputs = [
|
|
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";
|
|
};
|
|
}
|