python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / ocaml-modules / reason-native / fp.nix
blob8ff2ed65c4c018c5170d32b81bc47ae28b865304
1 { reason, ... }:
4   pname = "fp";
6   nativeBuildInputs = [
7     reason
8   ];
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   };