mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-09-15 05:30:12 +00:00
39 lines
709 B
Plaintext
39 lines
709 B
Plaintext
{
|
|
"drivers": [
|
|
{
|
|
"id": "sop-openpgpjs-branch",
|
|
"path": "__SOP_OPENPGPJS__",
|
|
"env": {
|
|
"OPENPGPJS_PATH": "__OPENPGPJS_BRANCH__"
|
|
}
|
|
},
|
|
{
|
|
"id": "sop-openpgpjs-main",
|
|
"path": "__SOP_OPENPGPJS__",
|
|
"env": {
|
|
"OPENPGPJS_PATH": "__OPENPGPJS_MAIN__",
|
|
"DISABLE_PROFILES": "true"
|
|
}
|
|
},
|
|
{
|
|
"path": "__SQOP__"
|
|
},
|
|
{
|
|
"path": "__GPGME_SOP__"
|
|
},
|
|
{
|
|
"id": "gosop-v2",
|
|
"path": "__GOSOP_V2__"
|
|
},
|
|
{
|
|
"path": "__RNP_SOP__"
|
|
},
|
|
{
|
|
"path": "__RSOP__"
|
|
}
|
|
],
|
|
"rlimits": {
|
|
"DATA": 1073741824
|
|
}
|
|
}
|
|
|