mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 11:48:17 +00:00
26 lines
664 B
XML
26 lines
664 B
XML
<?xml version="1.0"?>
|
|
|
|
<utility xmlns="http://www.github/cliffe/SecGen/utility"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.github/cliffe/SecGen/utility">
|
|
<name>Git VCS</name>
|
|
<author>Thomas Shaw</author>
|
|
<module_license>MIT</module_license>
|
|
<description>Git version control / source code management system.</description>
|
|
|
|
<type>VCS</type>
|
|
<platform>linux</platform>
|
|
|
|
<!--optional details-->
|
|
<reference>https://git-scm.com/</reference>
|
|
<software_name>git</software_name>
|
|
|
|
<conflict>
|
|
<name>Stretch</name>
|
|
</conflict>
|
|
|
|
<requires>
|
|
<type>update</type>
|
|
</requires>
|
|
|
|
</utility> |