changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/aud/pkg.lisp

revision 690: 90417ae14b21
parent 280: d398c7d4433d
     1.1--- a/lisp/lib/aud/pkg.lisp	Tue Oct 01 22:29:08 2024 -0400
     1.2+++ b/lisp/lib/aud/pkg.lisp	Tue Oct 01 23:34:01 2024 -0400
     1.3@@ -1,5 +1,8 @@
     1.4 (defpackage :aud
     1.5-  (:use :cl :std :dat/midi :obj/music :sndfile :alsa))
     1.6+  (:use :cl :std :dat/midi :sndfile :alsa))
     1.7+
     1.8+(defpackage :aud/music
     1.9+  (:use :cl :std :aud))
    1.10 
    1.11 (defpackage :aud/mpd
    1.12   (:use :cl :std :sb-bsd-sockets :net/core :net/util)