forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git] / pkgs / development / ocaml-modules / reason-native / unicode-config.nix
blobbb2bbef3c4a1688542d20af979989cc7e49e3d94
1 { lib, buildDunePackage, reason, src }:
3 buildDunePackage {
4   inherit src;
6   pname = "unicode-config";
7   version = "0.0.0-unstable-2024-05-07";
9   nativeBuildInputs = [
10     reason
11   ];
13   meta = {
14     description = "Configuration used to generate the @reason-native/unicode library";
15     downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/unicode-config";
16     license = lib.licenses.mit;
17     maintainers = [ ];
18   };