mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
15 lines
542 B
JSON
15 lines
542 B
JSON
{
|
|
"name": "Comanche",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Comanche is an open-source web server for Squeak. Comanche contains the server framework, which makes it possible to develop web applications entirely in Squeak, without the need to run an external web server.",
|
|
"website": "http://wiki.squeak.org/swiki",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Comanche\\/([^\\s]+))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|