Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / 
ocaml-obuild


Commits:
c491ccf4 by Stephane Glondu at 2026-03-14T08:18:57+01:00
Update debian/watch

- - - - -
0241a020 by Stephane Glondu at 2026-03-14T08:19:24+01:00
New upstream version 0.2.1
- - - - -
7d861bbd by Stephane Glondu at 2026-03-14T08:19:32+01:00
New upstream version 0.2.2
- - - - -
4dbe0481 by Stephane Glondu at 2026-03-14T08:19:33+01:00
Update upstream source from tag 'upstream/0.2.2'

Update to upstream version '0.2.2'
with Debian dir be8ece23c2bab7ecbd85862d49fa862207c14004
- - - - -
fdae05fb by Stephane Glondu at 2026-03-14T08:19:39+01:00
New upstream release

- - - - -
41e04dbb by Stephane Glondu at 2026-03-14T08:34:17+01:00
obuild-simple has disappeared

- - - - -
18dab82c by Stephane Glondu at 2026-03-14T08:45:49+01:00
Update packaging

- - - - -
eec604cc by Stephane Glondu at 2026-03-14T08:45:49+01:00
Update changelog and prepare upload to unstable

- - - - -


170 changed files:

- .merlin
- DESIGN.md
- README.md
- bootstrap
- compat401.ml
- compat402.ml
- compat403.ml
- + compat_common.ml
- configure.ml
- debian/changelog
- debian/control
- − debian/obuild-simple.1
- debian/ocaml-obuild.manpages
- debian/ocaml-obuild.opam-install
- debian/rules
- debian/tests/control
- debian/tests/test
- debian/watch
- − ext/filepath.ml
- − ext/filesystem.ml
- − ext/filesystem.mli
- + lib/base/cli.ml
- + lib/base/cli.mli
- + lib/base/filepath.ml
- ext/filepath.mli → lib/base/filepath.mli
- + lib/base/filesystem.ml
- + lib/base/filesystem.mli
- ext/fugue.ml → lib/base/fugue.ml
- + lib/base/fugue.mli
- + lib/base/location.ml
- + lib/base/string_utils.ml
- + lib/base/string_utils.mli
- obuild/analyze.ml → lib/core/analyze.ml
- + lib/core/analyze.mli
- + lib/core/build.ml
- + lib/core/build.mli
- + lib/core/build_cstubs.ml
- + lib/core/buildprogs.ml
- + lib/core/buildprogs.mli
- obuild/configure.ml → lib/core/configure.ml
- + lib/core/configure.mli
- + lib/core/dag.ml
- + lib/core/dag.mli
- obuild/dagutils.ml → lib/core/dagutils.ml
- + lib/core/dagutils.mli
- obuild/dependencies.ml → lib/core/dependencies.ml
- + lib/core/dependencies.mli
- obuild/dist.ml → lib/core/dist.ml
- + lib/core/dist.mli
- + lib/core/exception.ml
- + lib/core/exception.mli
- obuild/expr.ml → lib/core/expr.ml
- + lib/core/expr.mli
- obuild/filetype.ml → lib/core/filetype.ml
- + lib/core/filetype.mli
- + lib/core/findlibConf.ml
- + lib/core/findlibConf.mli
- + lib/core/gconf.ml
- + lib/core/gconf.mli
- + lib/core/generators.ml
- + lib/core/generators.mli
- obuild/helper.ml → lib/core/helper.ml
- + lib/core/helper.mli
- obuild/hier.ml → lib/core/hier.ml
- + lib/core/hier.mli
- obuild/libname.ml → lib/core/libname.ml
- + lib/core/libname.mli
- + lib/core/meta.ml
- + lib/core/meta.mli
- obuild/metacache.ml → lib/core/metacache.ml
- + lib/core/metacache.mli
- obuild/modname.ml → lib/core/modname.ml
- + lib/core/modname.mli
- + lib/core/obuild_ast.ml
- + lib/core/obuild_lexer.ml
- + lib/core/obuild_parser.ml
- + lib/core/obuild_validate.ml
- obuild/pp.ml → lib/core/pp.ml
- + lib/core/pp.mli
- + lib/core/ppx_resolver.ml
- + lib/core/ppx_resolver.mli
- + lib/core/prepare.ml
- + lib/core/prepare.mli
- + lib/core/prepare_types.ml
- + lib/core/prepare_types.mli
- obuild/process.ml → lib/core/process.ml
- + lib/core/process.mli
- + lib/core/prog.ml
- + lib/core/prog.mli
- obuild/project.ml → lib/core/project.ml
- + lib/core/project.mli
- + lib/core/project_read.ml
- obuild/scheduler.ml → lib/core/scheduler.ml
- + lib/core/scheduler.mli
- + lib/core/target.ml
- + lib/core/target.mli
- obuild/taskdep.ml → lib/core/taskdep.ml
- + lib/core/taskdep.mli
- obuild/types.ml → lib/core/types.ml
- + lib/core/types.mli
- + lib/core/utils.ml
- + lib/core/utils.mli
- + lib/doc.ml
- + lib/doc.mli
- src/help.ml → lib/help.ml
- + lib/help.mli
- src/init.ml → lib/init.ml
- + lib/init.mli
- + lib/install.ml
- + lib/install.mli
- + lib/sdist.ml
- + lib/sdist.mli
- obuild.install
- obuild.obuild
- − obuild/build.ml
- − obuild/buildprogs.ml
- − obuild/dag.ml
- − obuild/exception.ml
- − obuild/findlibConf.ml
- − obuild/gconf.ml
- − obuild/generators.ml
- − obuild/meta.ml
- − obuild/prepare.ml
- − obuild/prog.ml
- − obuild/target.ml
- − obuild/utils.ml
- opam
- − src/doc.ml
- − src/install.ml
- src/main.ml
- + src/main.mli
- − src/sdist.ml
- − src/simple.ml
- + tests/dependencies/cohttp_test/main.ml
- + tests/dependencies/cohttp_test/test_cohttp.obuild
- + tests/dependencies/ctypes_test/bin/main.ml
- + tests/dependencies/ctypes_test/ctypes_test.obuild
- + tests/dependencies/ctypes_test/lib/bindings.ml
- tests/dependencies/ppx_sexp/both.ml
- tests/dependencies/ppx_sexp/hello.ml
- tests/dependencies/ppx_sexp/hello.obuild
- tests/dependencies/ppx_sexp/sexp.ml
- tests/full/autopack/src/b/c.ml
- + tests/full/embed/assets/greeting.txt
- + tests/full/embed/assets/hello.txt
- + tests/full/embed/assets/info.txt
- + tests/full/embed/embed.obuild
- + tests/full/embed/embed.sh
- + tests/full/embed/main.ml
- tests/full/parser/parser.obuild
- tests/full/run
- + tests/test_build.ml
- + tests/test_build_debug.ml
- + tests/test_build_helpers.ml
- + tests/test_build_logic.ml
- tests/test_dag.ml
- tests/test_expr.ml
- tests/test_find.ml
- + tests/test_framework.ml
- + tests/test_framework_demo.ml
- + tests/test_generators.ml
- + tests/test_helpers.ml
- + tests/test_meta.ml
- + tests/test_meta_errors.ml
- + tests/test_new_parser.ml
- tests/test_path.ml
- + tests/test_project_errors.ml
- + tests/test_validate.ml
- + tests/validate_real_world.ml
- − tools/assimilate_oasis.ml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/ocaml-team/ocaml-obuild/-/compare/842289c7ab25c4438ed411cdcb7854a2d283ed35...eec604cce3def636515573ab634d8792c844f4c9

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/ocaml-obuild/-/compare/842289c7ab25c4438ed411cdcb7854a2d283ed35...eec604cce3def636515573ab634d8792c844f4c9
You're receiving this email because of your account on salsa.debian.org.


Reply via email to