File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json
2+
3+ context :
4+ version : " 13.4.2"
5+
6+ package :
7+ name : lightbug_http
8+ version : 0.1.4.dev2024092905
9+
10+ source :
11+ - path : ../lightbug_http
12+ - path : ../LICENSE
13+
14+ build :
15+ script :
16+ - mkdir -p ${PREFIX}/lib/mojo
17+ - magic run mojo package . -o ${PREFIX}/lib/mojo/lightbug_http.mojopkg
18+
19+ requirements :
20+ run :
21+ - max >= 24.5.0,<25
22+ - gojo >= 0.1.12
23+ - small_time >= 1.24.6.0.dev2024092705
24+
25+ about :
26+ homepage : https://github.com/saviorand/lightbug_http
27+ license : MIT
28+ license_file : LICENSE
29+ summary : Simple and fast HTTP framework for Mojo!
30+ repository : https://github.com/saviorand/lightbug_http
You can’t perform that action at this time.
0 commit comments