-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathrepositories.sh
33 lines (22 loc) · 1.27 KB
/
repositories.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
declare -A repositories
declare -A https
repositories[everparse][email protected]:project-everest/everparse.git
https[everparse]=https://github.com/project-everest/everparse.git
repositories[FStar][email protected]:FStarLang/FStar.git
https[FStar]=https://github.com/FStarLang/FStar.git
repositories[karamel][email protected]:FStarLang/karamel.git
https[karamel]=https://github.com/FStarLang/karamel.git
repositories[steel][email protected]:FStarLang/steel.git
https[steel]=https://github.com/FStarLang/steel.git
repositories[hacl-star][email protected]:hacl-star/hacl-star.git
https[hacl-star]=https://github.com/hacl-star/hacl-star.git
repositories[merkle-tree][email protected]:hacl-star/merkle-tree.git
https[merkle-tree]=https://github.com/hacl-star/merkle-tree.git
repositories[mitls-fstar][email protected]:project-everest/mitls-fstar.git
https[mitls-fstar]=https://github.com/project-everest/mitls-fstar.git
repositories[MLCrypto][email protected]:project-everest/MLCrypto.git
https[MLCrypto]=https://github.com/project-everest/MLCrypto.git
repositories[pulse][email protected]:FStarLang/pulse
https[pulse]=https://github.com/FStarLang/pulse
repositories[everquic-crypto][email protected]:project-everest/everquic-crypto.git
https[everquic-crypto]=https://github.com/project-everest/everquic-crypto.git