Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / eliom
Commits:
-
7d985a3e
by Stephane Glondu at 2024-09-24T15:56:12+02:00
-
f1869c82
by Stephane Glondu at 2024-09-24T15:56:21+02:00
-
2efea069
by Stephane Glondu at 2024-09-24T15:56:22+02:00
-
aaac7eee
by Stephane Glondu at 2024-09-24T15:56:29+02:00
-
aa24c603
by Stephane Glondu at 2024-09-24T16:01:02+02:00
30 changed files:
- + .github/dependabot.yml
- .github/workflows/workflow.yml
- Makefile
- debian/changelog
- doc/client.indexdoc
- doc/index.wiki
- − doc/ocamlbuild.indexdoc
- dune-project
- eliom.opam
- pkg/distillery/dune
- pkg/distillery/templates/client-server.basic/.eliomignore → pkg/distillery/templates/app.exe/.eliomignore
- pkg/distillery/templates/client-server.basic/.eliomreserve → pkg/distillery/templates/app.exe/.eliomreserve
- pkg/distillery/templates/client-server.basic/.eliomverbatim → pkg/distillery/templates/app.exe/.eliomverbatim
- pkg/distillery/templates/client-server.basic/.gitignore → pkg/distillery/templates/app.exe/.gitignore
- pkg/distillery/templates/client-server.basic/.ocamlformat → pkg/distillery/templates/app.exe/.ocamlformat
- pkg/distillery/templates/client-server.basic/.ocp-indent → pkg/distillery/templates/app.exe/.ocp-indent
- pkg/distillery/templates/client-server.basic/LICENSE → pkg/distillery/templates/app.exe/LICENSE
- pkg/distillery/templates/client-server.basic/Makefile → pkg/distillery/templates/app.exe/Makefile
- + pkg/distillery/templates/app.exe/Makefile.app
- + pkg/distillery/templates/app.exe/Makefile.options
- + pkg/distillery/templates/app.exe/PROJECT_NAME.eliom
- pkg/distillery/templates/client-server.basic/PROJECT_NAME.opam → pkg/distillery/templates/app.exe/PROJECT_NAME.opam
- + pkg/distillery/templates/app.exe/PROJECT_NAME_main.eliom
- + pkg/distillery/templates/app.exe/README.md
- pkg/distillery/templates/client-server.basic/assets!example → pkg/distillery/templates/app.exe/assets!example
- + pkg/distillery/templates/app.exe/dune
- pkg/distillery/templates/client-server.basic/dune-project → pkg/distillery/templates/app.exe/dune-project
- pkg/distillery/templates/client-server.basic/static!css!PROJECT_NAME.css → pkg/distillery/templates/app.exe/static!css!PROJECT_NAME.css
- pkg/distillery/templates/client-server.basic/tools!check_modules.ml → pkg/distillery/templates/app.exe/tools!check_modules.ml
- pkg/distillery/templates/client-server.basic/tools!dune → pkg/distillery/templates/app.exe/tools!dune