-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepos.json
More file actions
36 lines (36 loc) · 703 Bytes
/
Copy pathrepos.json
File metadata and controls
36 lines (36 loc) · 703 Bytes
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
33
34
35
36
{
"repos": [
{
"url": "https://github.com/hfstco/picoquic",
"branches": [
"careful_resume",
"master",
"hystart++",
"reference"
],
"compile": [
"cmake -DPICOQUIC_FETCH_PTLS=Y .",
"make -j 4"
]
},
{
"url": "https://github.com/private-octopus/picoquic",
"branches": [
"master"
],
"compile": [
"cmake -DPICOQUIC_FETCH_PTLS=Y .",
"make -j 4"
]
},
{
"url": "https://github.com/cloudflare/quiche",
"branches": [
"master"
],
"compile": [
"cargo build --release --features ffi,pkg-config-meta,qlog"
]
}
]
}