python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / ocaml-modules / reason-native / dir.nix
blob6b2aa0c3cd8f5aef30239d9d6c40b147010704d4
1 { reason, fp, ... }:
4   pname = "dir";
6   nativeBuildInputs = [
7     reason
8   ];
10   propagatedBuildInputs = [
11     fp
12   ];
14   meta = {
15     description = "A library that provides a consistent API for common system, user and application directories consistently on all platforms";
16     downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/dir";
17   };