diff options
-rw-r--r-- | open-source-lorries/cryptopp.lorry | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/open-source-lorries/cryptopp.lorry b/open-source-lorries/cryptopp.lorry new file mode 100644 index 0000000..e1b3cdb --- /dev/null +++ b/open-source-lorries/cryptopp.lorry @@ -0,0 +1,11 @@ +{ + "cryptopp": { + "type": "svn", + "url": "svn://svn.code.sf.net/p/cryptopp/code", + "layout": { + "trunk": "trunk/c5", + "branches": "branches/*/c5", + "tags": "tags/*" + } + } +} |