repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
reason-native
/
fp.nix
blob
8ff2ed65c4c018c5170d32b81bc47ae28b865304
1
{ reason, ... }:
2
3
{
4
pname = "fp";
5
6
nativeBuildInputs = [
7
reason
8
];
9
10
meta = {
11
description = "A library for creating and operating on file paths consistently on multiple platforms";
12
downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/fp";
13
};
14
}