Skip to content

Add lightbug_http v0.1.19 #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 41 commits into from
Apr 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
70495fb
add recipe readme and image
saviorand Dec 28, 2024
7558b01
update to hotfix version and fix recipe
saviorand Jan 1, 2025
ffad8b8
add test files and bump version
saviorand Jan 8, 2025
b3290ee
update rev
saviorand Jan 8, 2025
5d87180
add more maintainers
saviorand Jan 8, 2025
9474399
Merge branch 'main' into main
carolinefrasca Jan 9, 2025
d3e41c7
Merge branch 'main' into main
carolinefrasca Jan 9, 2025
98a3fa7
remove README
saviorand Jan 11, 2025
7e4d621
Merge branch 'main' into main
carolinefrasca Jan 14, 2025
c04fcf7
update build script
saviorand Jan 14, 2025
9d1a8c4
remove tests
saviorand Jan 16, 2025
dba1b03
Merge branch 'main' into main
saviorand Jan 16, 2025
274d68f
pin max version
saviorand Jan 17, 2025
b060396
Merge branch 'main' into main
carolinefrasca Jan 17, 2025
965dcb0
bump version
saviorand Jan 17, 2025
7a3e621
Merge branch 'main' into main
carolinefrasca Jan 24, 2025
4017571
Merge branch 'main' into main
carolinefrasca Feb 7, 2025
be480a0
Merge branch 'main' into main
carolinefrasca Feb 11, 2025
693dc5c
update commit sha
saviorand Feb 11, 2025
3ed1655
Update recipe.yaml
saviorand Feb 11, 2025
aa0184b
remove magic run
saviorand Feb 12, 2025
6553b36
Merge branch 'main' into main
carolinefrasca Feb 14, 2025
d6e16ab
Merge branch 'main' into main
carolinefrasca Feb 14, 2025
51fcc25
Merge branch 'main' into main
carolinefrasca Feb 19, 2025
272eded
Merge branch 'main' into main
carolinefrasca Feb 19, 2025
f3d02c2
bump the version
saviorand Feb 23, 2025
4ded186
Merge branch 'main' into main
carolinefrasca Feb 26, 2025
0202995
Merge branch 'main' into main
carolinefrasca Feb 26, 2025
37b69b7
Merge branch 'main' into main
carolinefrasca Feb 26, 2025
74c4114
fix max version
saviorand Feb 26, 2025
a85b4db
Merge branch 'main' into main
carolinefrasca Feb 27, 2025
e9c80a0
bump small time version
saviorand Mar 2, 2025
d8f3928
Merge branch 'main' into main
carolinefrasca Mar 3, 2025
fa6822c
Merge branch 'main' into main
carolinefrasca Mar 24, 2025
81f7b63
Merge branch 'main' into main
carolinefrasca Mar 31, 2025
6566c87
Merge branch 'main' into main
carolinefrasca Apr 9, 2025
a3b8c1e
update to latest release
saviorand Apr 10, 2025
81d01c4
Merge branch 'main' into main
saviorand Apr 21, 2025
606d3ae
add small_time to external
saviorand Apr 22, 2025
20909d2
bump to 0.1.19
saviorand Apr 22, 2025
f7c71ea
Merge branch 'main' into main
carolinefrasca Apr 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added recipes/lightbug_http/image.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions recipes/lightbug_http/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json

context:
version: "0.1.19"

package:
name: "lightbug_http"
version: ${{ version }}

source:
- git: https://github.com/saviorand/lightbug_http.git
rev: 4487b71ccbcfd30ace2db5d6ed975f94509e5a24

build:
number: 0
script:
- mkdir -p ${PREFIX}/lib/mojo
- mojo package lightbug_http -o ${{ PREFIX }}/lib/mojo/lightbug_http.mojopkg

requirements:
host:
- max =25.2
run:
- ${{ pin_compatible('max') }}

tests:
- script:
- if: unix
then:
- mojo test
requirements:
run:
- max =25.2
files:
recipe:
- tests/lightbug_http/io/test_bytes.mojo
- tests/lightbug_http/test_client.mojo
- tests/lightbug_http/test_cookie.mojo
- tests/lightbug_http/test_header.mojo
- tests/lightbug_http/test_http.mojo
- tests/lightbug_http/test_net.mojo
- tests/lightbug_http/test_uri.mojo

about:
homepage: https://lightbug.site
license: MIT
license_file: LICENSE
summary: Lightbug is a simple and sweet HTTP framework for Mojo
repository: https://github.com/saviorand/lightbug_http

extra:
maintainers:
- saviorand
- bgreni
- thatstoasty
project_name: lightbug_http