Ada/SPARK support for Emacs org-babel

I recently published a new minor release, 1.3.1, of the ob-ada-spark.el package for Emacs org-babel in melpa.org.

Summary:

  1. It now works fine with latest release of Ada mode (7.3.1) and Emacs 28
  2. New custom variable to add arbitrary compiler switches
  3. New header argument to add arbitrary compiler switches to a block of code; these are appended after the switches in the custom variable (if any)
  4. Updated documentation and examples

More details in GitHub - rocher/ob-ada-spark.
Comments and feedback are welcome.

3 Likes