corrected main.rkt and removed archive as it gets compiled on the racket packages site.

This commit is contained in:
2026-05-16 08:23:52 +02:00
parent 17838e4f33
commit ba087f07f1
3 changed files with 4 additions and 326 deletions
+4 -8
View File
@@ -1,16 +1,12 @@
#lang racket/base
(require "libao.rkt"
"audio-decoder.rkt"
"taglib.rkt"
(require "taglib.rkt"
"audio-sniffer.rkt"
"ao-player.rkt"
"audio-player.rkt"
)
(provide (all-from-out "libao.rkt")
(all-from-out "audio-decoder.rkt")
(all-from-out "taglib.rkt")
(provide (all-from-out "taglib.rkt")
(all-from-out "audio-sniffer.rkt")
(all-from-out "ao-player.rkt")
(all-from-out "audio-player.rkt")
)