Version 1.0.2 of package Ob-Asymptote has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Ob-Asymptote describes itself as: ============================= Babel Functions for Asymptote ============================= More at https://elpa.gnu.org/packages/ob-asymptote.html ## Summary: Org-Babel support for evaluating asymptote source code. This differs from most standard languages in that 1) there is no such thing as a "session" in asymptote 2) we are generally only going to return results of type "file" 3) we are adding the "file" and "cmdline" header arguments, if file is omitted then the -V option is passed to the asy command for interactive viewing ## Recent NEWS: -*- mode: org; coding: utf-8 -*- * Version 1.0.2 ** Correct file name handling Order of ~org-babel-process-file-name~ and ~file-name-sans-extension~ is now correct (reversed from previous) for proper file name processing on Windows platform. Thanks to Taichi Kawabata for pointing out this issue.