We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1603fbc commit f734b74Copy full SHA for f734b74
pkgs/development/emilua-plugins/beast/default.nix
@@ -1,4 +1,5 @@
1
{
2
+ lib,
3
stdenv,
4
emilua,
5
meson,
@@ -34,4 +35,15 @@ stdenv.mkDerivation (self: {
34
35
];
36
37
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
38
+
39
+ meta = {
40
+ description = "Emilua bindings to Boost.Beast (a WebSocket library)";
41
+ homepage = "https://gitlab.com/emilua/beast";
42
+ license = lib.licenses.boost;
43
+ maintainers = with lib.maintainers; [
44
+ manipuladordedados
45
+ lucasew
46
+ ];
47
+ platforms = lib.platforms.linux;
48
+ };
49
})
0 commit comments