summaryrefslogtreecommitdiffstats
path: root/libraries/waylandpp/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/waylandpp/slack-desc')
-rw-r--r--libraries/waylandpp/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/waylandpp/slack-desc b/libraries/waylandpp/slack-desc
new file mode 100644
index 0000000000..9e874d7f6d
--- /dev/null
+++ b/libraries/waylandpp/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+waylandpp: waylandpp (Wayland C++ bindings)
+waylandpp:
+waylandpp: Wayland is an object oriented display protocol, which features request
+waylandpp: and events. Requests can be seen as method calls on certain objects,
+waylandpp: whereas events can be seen as signals of an object. This makes the
+waylandpp: Wayland protocol a perfect candidate for a C++ binding.
+waylandpp:
+waylandpp: The goal of this library is to create such a C++ binding for Wayland
+waylandpp: using the most modern C++ technology currently available, providing
+waylandpp: an easy to use C++ API to Wayland.
+waylandpp: