mirror of
https://github.com/nicolabs/ciform.git
synced 2026-04-11 08:36:19 +02:00
23 lines
1 KiB
XML
23 lines
1 KiB
XML
<ivy-module version="2.0">
|
|
<info organisation="crypto" module="base64" revision="1.0.0" status="integration" publication="20120127121502">
|
|
<license name="Copyright 2005 Herbert Hanewinkel" url="www.haneWIN.de"/>
|
|
<ivyauthor name="Nicolas BONARDELLE" url="http://nicobo.net/contact?subject=crypto+hex+ivy"/>
|
|
<description homepage="http://code.google.com/p/ciform">
|
|
OpenPGP radix-64/base64 string encoding/decoding.
|
|
</description>
|
|
</info>
|
|
<configurations>
|
|
<!-- The source script as plain text, including all inner informations and comments. -->
|
|
<conf name="source"/>
|
|
<!-- An obfuscated, size-reduced version of the script. Use to speed up loading time in final environment. -->
|
|
<conf name="minified"/>
|
|
</configurations>
|
|
<publications>
|
|
<artifact name="base64" type="js" conf="source"/>
|
|
<artifact name="base64-min" type="js" conf="minified"/>
|
|
</publications>
|
|
<dependencies>
|
|
<!-- no dependency required -->
|
|
</dependencies>
|
|
</ivy-module>
|