1libXmu - X miscellaneous utility routines library 2------------------------------------------------- 3 4This library contains miscellaneous utilities and is not part of the Xlib 5standard. It contains routines which only use public interfaces so that it 6may be layered on top of any proprietary implementation of Xlib or Xt. 7 8It is intended to support clients in the X.Org distribution; vendors 9may choose not to distribute this library if they wish. Therefore, 10applications developers who depend on this library should be prepared to 11treat it as part of their software base when porting. 12 13API documentation for this library is provided in the docs directory in 14DocBook format. If xmlto is installed, it will be converted to supported 15formats and installed in $(docdir) unless --disable-docs is passed to 16configure. 17 18All questions regarding this software should be directed at the 19Xorg mailing list: 20 21 https://lists.x.org/mailman/listinfo/xorg 22 23The primary development code repository can be found at: 24 25 https://gitlab.freedesktop.org/xorg/lib/libXmu 26 27Please submit bug reports and requests to merge patches there. 28 29For patch submission instructions, see: 30 31 https://www.x.org/wiki/Development/Documentation/SubmittingPatches 32 33