Stéphane Glondu pushed to branch upstream at Debian OCaml Maintainers / ocaml-atd
Commits:
-
fa7f96f1
by Stephane Glondu at 2025-02-12T12:26:23+01:00
26 changed files:
- .circleci/setup-system
- + .readthedocs.yaml
- CHANGES.md
- CODEOWNERS
- CONTRIBUTING.md
- Makefile
- README.md
- atd.opam
- atd/src/version.ml
- + atdcpp.opam
- + atdcpp/.gitignore
- + atdcpp/Makefile
- + atdcpp/README.md
- + atdcpp/src/bin/Atdcpp_main.ml
- + atdcpp/src/bin/dune
- + atdcpp/src/lib/Codegen.ml
- + atdcpp/src/lib/Codegen.mli
- + atdcpp/src/lib/Cpp_annot.ml
- + atdcpp/src/lib/Cpp_annot.mli
- + atdcpp/src/lib/Indent.ml
- + atdcpp/src/lib/Indent.mli
- atdgen/src/deprecated/version.ml → atdcpp/src/lib/Version.ml
- + atdcpp/src/lib/dune
- + atdcpp/test/.gitignore
- + atdcpp/test/atd-input/everything.atd
- + atdcpp/test/cpp-expected/everything_atd.cpp