Blame README.md

Packit cd2a55
libXmu - X miscellaneous utility routines library
Packit cd2a55
-------------------------------------------------
Packit cd2a55
Packit cd2a55
This library contains miscellaneous utilities and is not part of the Xlib
Packit cd2a55
standard.  It contains routines which only use public interfaces so that it
Packit cd2a55
may be layered on top of any proprietary implementation of Xlib or Xt.
Packit cd2a55
Packit cd2a55
It is intended to support clients in the X.Org distribution; vendors
Packit cd2a55
may choose not to distribute this library if they wish.  Therefore,
Packit cd2a55
applications developers who depend on this library should be prepared to
Packit cd2a55
treat it as part of their software base when porting.
Packit cd2a55
Packit cd2a55
API documentation for this library is provided in the docs directory in
Packit cd2a55
DocBook format.  If xmlto is installed, it will be converted to supported
Packit cd2a55
formats and installed in $(docdir) unless --disable-docs is passed to
Packit cd2a55
configure.
Packit cd2a55
Packit cd2a55
All questions regarding this software should be directed at the
Packit cd2a55
Xorg mailing list:
Packit cd2a55
Packit cd2a55
  https://lists.x.org/mailman/listinfo/xorg
Packit cd2a55
Packit cd2a55
The master development code repository can be found at:
Packit cd2a55
Packit cd2a55
  https://gitlab.freedesktop.org/xorg/lib/libXmu
Packit cd2a55
Packit cd2a55
Please submit bug reports and requests to merge patches there.
Packit cd2a55
Packit cd2a55
For patch submission instructions, see:
Packit cd2a55
Packit cd2a55
  https://www.x.org/wiki/Development/Documentation/SubmittingPatches
Packit cd2a55