python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / ocaml-modules / gen_js_api / ojs.nix
blob722f9fa7f6e1575769dc4962584c246d460e4281
1 { buildDunePackage
2 , gen_js_api
3 }:
5 buildDunePackage rec {
6   pname = "ojs";
8   inherit (gen_js_api) version src;
10   doCheck = false; # checks depend on gen_js_api, which is a cycle
12   minimalOCamlVersion = "4.08";
14   meta = {
15     inherit (gen_js_api.meta) homepage license maintainers;
16     description = "Runtime Library for gen_js_api generated libraries";
17     longDescription = ''
18       To be used in conjunction with gen_js_api
19     '';
20   };