Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza committed Dec 3, 2024
1 parent 5903729 commit 26be4b7
Show file tree
Hide file tree
Showing 9 changed files with 21,699 additions and 21,364 deletions.
43,043 changes: 21,689 additions & 21,354 deletions data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion javascript/durian.js-fastify/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework:
github: mario-huang/durian.js
version: 1.0
version: 1.1
engines:
- bun
bootstrap:
Expand Down
2 changes: 1 addition & 1 deletion javascript/durian.js/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework:
github: mario-huang/durian.js
version: 1.0
version: 1.1
engines:
- bun
bootstrap:
Expand Down
4 changes: 2 additions & 2 deletions ocaml/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ language:
engines:
default:
bootstrap:
- opam install --deps-only --yes .
command: dune exec --root . ./server.exe
- opam install --deps-only --yes . --verbose
command: opam exec -- dune exec --root . ./server.exe

framework:
engines:
Expand Down
2 changes: 1 addition & 1 deletion perl/dancer2/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
framework:
unsecure: true
website: perldancer.org
version: 0.4
version: 1.1
2 changes: 1 addition & 1 deletion perl/dancer2/cpanfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requires 'Dancer2', '>= 0.4, < 0.5';
requires 'Dancer2', '>= 1.1.0, < 1.2.0';
2 changes: 1 addition & 1 deletion perl/kossy/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
framework:
github: kazeburo/Kossy
version: 0.60
version: 0.63
4 changes: 2 additions & 2 deletions v/config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language:
version: "weekly.2024.48"
version: "weekly.2024.49"
files:
- "**/*.v"
- server
bootstrap:
- cd /opt/vlang && git fetch --all --tags && git checkout tags/weekly.2024.48 && make && v -version && cd /app
- cd /opt/vlang && git fetch --all --tags && git checkout tags/weekly.2024.49 && make && v -version && cd /app
build_flags:
- -prod -cc gcc

Expand Down

0 comments on commit 26be4b7

Please sign in to comment.