diff options
Diffstat (limited to 'network/libvarlink/README')
-rw-r--r-- | network/libvarlink/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/libvarlink/README b/network/libvarlink/README new file mode 100644 index 0000000000000..3311772b054a0 --- /dev/null +++ b/network/libvarlink/README @@ -0,0 +1,12 @@ +Varlink is an interface description format and protocol that aims to +make services accessible to both humans and machines in the simplest +feasible way. + +A varlink interface combines the classic UNIX command line options, +STDIN/OUT/ERROR text formats, man pages, service metadata and provides +the equivalent over a single file descriptor, a.k.a. “FD3”. + +Varlink is plain-text, type-safe, discoverable, self-documenting, +remotable, testable, easy to debug. Varlink is accessible from any +programming environment. See the Ideals page for more. And everybody +likes Screenshots. |