mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-09 04:06:37 +03:00
124 lines
4.8 KiB
JSON
124 lines
4.8 KiB
JSON
{
|
|
"h2o": {
|
|
"branch": "master",
|
|
"description": "H2O - the optimized HTTP/1, HTTP/2, HTTP/3 server",
|
|
"homepage": "https://h2o.examp1e.net",
|
|
"owner": "h2o",
|
|
"pmnsh": {
|
|
"compat": {
|
|
"mingw": {
|
|
"prepare": "cmake -G\"MSYS Makefiles\" -DCMAKE_INSTALL_PREFIX=. ."
|
|
},
|
|
"openbsd": {
|
|
"prepare": "cmake -DOPENSSL_ROOT_DIR=`readlink -f ../openssl/build` ."
|
|
}
|
|
},
|
|
"include": "include",
|
|
"make": "libh2o",
|
|
"prepare": "cmake ."
|
|
},
|
|
"repo": "h2o",
|
|
"rev": "v2.2.6",
|
|
"sha256": "0qni676wqvxx0sl0pw9j0ph7zf2krrzqc1zwj73mgpdnsr8rsib7",
|
|
"type": "tarball",
|
|
"url": "https://github.com/h2o/h2o/archive/v2.2.6.tar.gz",
|
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
|
},
|
|
"libaes_siv": {
|
|
"branch": "master",
|
|
"description": null,
|
|
"homepage": null,
|
|
"owner": "dfoxfranke",
|
|
"pmnsh": {
|
|
"compat": {
|
|
"m1brew": {
|
|
"make": "install CFLAGS=$(pkg-config --cflags openssl)",
|
|
"prepare": "cmake ."
|
|
},
|
|
"mingw": {
|
|
"make": "aes_siv_static",
|
|
"prepare": "cmake -G\"MSYS Makefiles\" -DDISABLE_DOCS:BOOL=ON ."
|
|
},
|
|
"openbsd": {
|
|
"make": "aes_siv_static",
|
|
"prepare": "cmake -DDISABLE_DOCS:BOOL=ON -DOPENSSL_ROOT_DIR=`readlink -f ../openssl/build` ."
|
|
}
|
|
}
|
|
},
|
|
"repo": "libaes_siv",
|
|
"rev": "9681279cfaa6e6399bb7ca3afbbc27fc2e19df4b",
|
|
"sha256": "1g4wy0m5wpqx7z6nillppkh5zki9fkx9rdw149qcxh7mc5vlszzi",
|
|
"type": "tarball",
|
|
"url": "https://github.com/dfoxfranke/libaes_siv/archive/9681279cfaa6e6399bb7ca3afbbc27fc2e19df4b.tar.gz",
|
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
|
},
|
|
"murmur3": {
|
|
"branch": "master",
|
|
"description": null,
|
|
"homepage": null,
|
|
"owner": "urbit",
|
|
"pmnsh": {
|
|
"make": "static"
|
|
},
|
|
"repo": "murmur3",
|
|
"rev": "71a75d57ca4e7ca0f7fc2fd84abd93595b0624ca",
|
|
"sha256": "0k7jq2nb4ad9ajkr6wc4w2yy2f2hkwm3nkbj2pklqgwsg6flxzwg",
|
|
"type": "tarball",
|
|
"url": "https://github.com/urbit/murmur3/archive/71a75d57ca4e7ca0f7fc2fd84abd93595b0624ca.tar.gz",
|
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
|
},
|
|
"niv": {
|
|
"branch": "master",
|
|
"description": "Easy dependency management for Nix projects",
|
|
"homepage": "https://github.com/nmattia/niv",
|
|
"owner": "nmattia",
|
|
"repo": "niv",
|
|
"rev": "9d35b9e4837ab88517210b1701127612c260eccf",
|
|
"sha256": "0q50xhnm8g2yfyakrh0nly4swyygxpi0a8cb9gp65wcakcgvzvdh",
|
|
"type": "tarball",
|
|
"url": "https://github.com/nmattia/niv/archive/9d35b9e4837ab88517210b1701127612c260eccf.tar.gz",
|
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
|
},
|
|
"nixpkgs": {
|
|
"branch": "master",
|
|
"description": "Nix Packages collection",
|
|
"homepage": "",
|
|
"owner": "NixOS",
|
|
"repo": "nixpkgs",
|
|
"rev": "376d67e1cd05d5ac8a64a3f47f17b80fb6394792",
|
|
"sha256": "1l4ai1dppwdbkkjbvnavsivr5kx00b3q8640pilpnifskfmfc8mp",
|
|
"type": "tarball",
|
|
"url": "https://github.com/NixOS/nixpkgs/archive/376d67e1cd05d5ac8a64a3f47f17b80fb6394792.tar.gz",
|
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
|
},
|
|
"softfloat3": {
|
|
"branch": "master",
|
|
"description": null,
|
|
"homepage": null,
|
|
"owner": "urbit",
|
|
"pmnsh": {
|
|
"compat": {
|
|
"m1brew": {
|
|
"lib": "build/template-FAST_INT64",
|
|
"make": "-C build/template-FAST_INT64 libsoftfloat3.a"
|
|
},
|
|
"mingw": {
|
|
"lib": "build/Win64-MinGW-w64",
|
|
"make": "-C build/Win64-MinGW-w64 libsoftfloat3.a"
|
|
},
|
|
"openbsd": {
|
|
"lib": "build/template-FAST_INT64",
|
|
"make": "-C build/template-FAST_INT64 libsoftfloat3.a"
|
|
}
|
|
},
|
|
"include": "source/include"
|
|
},
|
|
"repo": "berkeley-softfloat-3",
|
|
"rev": "ec4c7e31b32e07aad80e52f65ff46ac6d6aad986",
|
|
"sha256": "1lz4bazbf7lns1xh8aam19c814a4n4czq5xsq5rmi9sgqw910339",
|
|
"type": "tarball",
|
|
"url": "https://github.com/urbit/berkeley-softfloat-3/archive/ec4c7e31b32e07aad80e52f65ff46ac6d6aad986.tar.gz",
|
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
|
}
|
|
}
|