open62541pp: 0.16.0 -> 0.17.0 (#374938)
[NixPkgs.git] / pkgs / development / ocaml-modules / reason-native / cli.nix
blobd07ad0475b8f3a283bef061020cacd5e764a2b9b
2   lib,
3   buildDunePackage,
4   re,
5   reason,
6   pastel,
7   src,
8 }:
10 buildDunePackage {
11   inherit src;
13   pname = "cli";
14   version = "0.0.1-alpha-unstable-2024-05-07";
16   nativeBuildInputs = [
17     reason
18   ];
20   buildInputs = [
21     re
22     pastel
23   ];
25   meta = {
26     downloadPage = "https://github.com/reasonml/reason-native";
27     homepage = "https://reason-native.com/";
28     license = lib.licenses.mit;
29     maintainers = [ ];
30   };