-
Notifications
You must be signed in to change notification settings - Fork 29
/
repositories.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]=git@github.com:project-everest/everparse.git
https[everparse]=https://github.com/project-everest/everparse.git
repositories[FStar]=git@github.com:FStarLang/FStar.git
https[FStar]=https://github.com/FStarLang/FStar.git
repositories[karamel]=git@github.com:FStarLang/karamel.git
https[karamel]=https://github.com/FStarLang/karamel.git
repositories[steel]=git@github.com:FStarLang/steel.git
https[steel]=https://github.com/FStarLang/steel.git
repositories[hacl-star]=git@github.com:hacl-star/hacl-star.git
https[hacl-star]=https://github.com/hacl-star/hacl-star.git
repositories[merkle-tree]=git@github.com:hacl-star/merkle-tree.git
https[merkle-tree]=https://github.com/hacl-star/merkle-tree.git
repositories[mitls-fstar]=git@github.com:project-everest/mitls-fstar.git
https[mitls-fstar]=https://github.com/project-everest/mitls-fstar.git
repositories[MLCrypto]=git@github.com:project-everest/MLCrypto.git
https[MLCrypto]=https://github.com/project-everest/MLCrypto.git
repositories[pulse]=git@github.com:FStarLang/pulse
https[pulse]=https://github.com/FStarLang/pulse
repositories[everquic-crypto]=git@github.com:project-everest/everquic-crypto.git
https[everquic-crypto]=https://github.com/project-everest/everquic-crypto.git