summaryrefslogtreecommitdiff
path: root/open-source-lorries/cryptopp.lorry
blob: 9f3d3d2a7c1385b69a1594f4d6ded05483326af3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "cryptopp": {
        "type": "svn",
        "url": "svn://svn.code.sf.net/p/cryptopp/code",
        "layout": {
            "trunk": "trunk/c5",
            "branches": "branches/*/c5",
            "tags": "tags/*"
        },
        "description": "Obsolete (use cryptopp-git)"
    },
    "cryptopp-git": {
        "type": "git",
        "url": "https://github.com/weidai11/cryptopp.git"
    }
}