mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
15 lines
641 B
JSON
15 lines
641 B
JSON
{
|
|
"name": "Boa-WebServer",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.4",
|
|
"description": "Boa Webserver - Do You Feel the Need for Speed? Boa currently seems to be the favorite web server in the embedded crowd, and embedded Linux, despite all the marketing hype, really is a big deal. Supposedly, an older version of Boa, v0.92q, runs in 32K address space on m68k, like used in uCLinux.",
|
|
"website": "http://www.boa.org/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^[\\s]*Boa\\/([^\\s]+))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|