diff --git a/shareddeps/drivers/cython.xml b/shareddeps/drivers/cython.xml
new file mode 100644
index 0000000000..bd039de427
--- /dev/null
+++ b/shareddeps/drivers/cython.xml
@@ -0,0 +1,134 @@
+
+
+ %general-entities;
+
+
+
+]>
+
+
+
+
+
+ Cython-&mako-version;
+
+
+ cython
+
+
+
+ Introduction to Cython
+
+
+ The Cython package provides a compiler for
+ writing C extensions for the Python language.
+
+
+ &lfs121_checked;
+
+
+
+
+ Download (HTTP):
+
+
+
+
+ Download (FTP):
+
+
+
+
+
+
+
+ Installation of Cython
+
+
+ Build the module:
+
+
+pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD
+
+
+ Install the module as the root user:
+
+
+pip3 install --no-index --find-links=dist --no-cache-dir --no-user Cython
+
+
+
+
+ Contents
+
+
+ Installed Programs
+ Installed Libraries
+ Installed Directories
+
+
+
+ cydbg, cython, and cythonize
+
+
+ None
+
+
+ /usr/lib/python&python3-majorver;/site-packages/Cython,
+ /usr/lib/python&python3-majorver;/site-packages/Cython-&cython-version;.dist-info,
+ and /usr/lib/python&python3-majorver;/site-packages/pyximport
+
+
+
+
+
+ Short Descriptions
+
+
+
+
+ cydbg
+
+
+ is the Cython debugger
+
+
+ cydbg
+
+
+
+
+
+ cython
+
+
+ is a compiler for code written in the Cython
+ language. It outputs a C/C++ program which can be
+ compiled with a C/C++ compiler
+
+
+ cython-bin
+
+
+
+
+
+ cythonize
+
+
+ is a compiler for code written in the Cython
+ language. It outputs an extension module which is
+ directly importable from Python
+
+
+ cythonize
+
+
+
+
+
+
+
+
diff --git a/shareddeps/drivers/libyaml.xml b/shareddeps/drivers/libyaml.xml
new file mode 100644
index 0000000000..5deb3b83ca
--- /dev/null
+++ b/shareddeps/drivers/libyaml.xml
@@ -0,0 +1,137 @@
+
+
+ %general-entities;
+
+
+
+]>
+
+
+
+
+
+ libyaml-&yaml-version;
+
+
+ libyaml
+
+
+
+ Introduction to libyaml
+
+
+ The yaml package contains a C
+ library for parsing and emitting YAML (YAML Ain't Markup
+ Language) code.
+
+
+ &lfs121_checked;
+
+ Package Information
+
+
+
+ Download (HTTP):
+
+
+
+
+ Download (FTP):
+
+
+
+
+ libyaml Dependencies
+
+ Optional
+
+ Doxygen
+
+
+
+
+
+ Installation of libyaml
+
+
+ Install libyaml by running the following
+ commands:
+
+
+ ./configure --prefix=/usr --disable-static &&
+make
+
+
+
+
+ To test the results, issue: make check.
+
+
+
+ Now, as the root user:
+
+
+make install
+
+
+
+
+ Command Explanations
+
+
+
+
+
+
+ Contents
+
+
+ Installed Programs
+ Installed Libraries
+ Installed Directories
+
+
+
+ None
+
+
+ libyaml.so
+
+
+ None
+
+
+
+
+
+ Short Descriptions
+
+
+
+
+ libyaml.so
+
+
+ contains API functions for parsing and emitting YAML code
+
+
+ libyaml.so
+
+
+
+
+
+
+
+
+
diff --git a/shareddeps/drivers/pyyaml.xml b/shareddeps/drivers/pyyaml.xml
new file mode 100644
index 0000000000..dc472beeef
--- /dev/null
+++ b/shareddeps/drivers/pyyaml.xml
@@ -0,0 +1,93 @@
+
+
+ %general-entities;
+
+
+
+]>
+
+
+
+
+
+ PyYAML-&pyyaml-version;
+
+
+ pyyaml
+
+
+
+ Introduction to PyYAML
+
+
+ PyYAML is a Python module that implements the
+ next generation YAML parser and emitter.
+
+
+ &lfs121_checked;
+
+
+
+
+ Download (HTTP):
+
+
+
+
+ Download (FTP):
+
+
+
+
+ PyYAML Dependencies
+
+ Required
+
+ and
+
+
+
+
+
+ Installation of PyYAML
+
+
+ Build the module:
+
+
+pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD
+
+
+ Install the module as the root user:
+
+
+pip3 install --no-index --find-links=dist --no-cache-dir --no-user PyYAML
+
+
+
+
+ Contents
+
+
+ Installed Programs
+ Installed Libraries
+ Installed Directories
+
+
+
+ None
+
+
+ None
+
+
+ /usr/lib/python&python3-majorver;/site-packages/PyYAML-&pyyaml-version;.dist-info
+
+
+
+
+
+
+