mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
8 lines
198 B
Modula-2
8 lines
198 B
Modula-2
;;; GHIL package definition -*- gscheme -*-
|
|
|
|
(define-package ghil
|
|
:category Language
|
|
:version "0.3"
|
|
:author "Keisuke Nishida <kxn30@po.cwru.edu>"
|
|
:modules ((spec "spec.scm" gscheme))
|
|
)
|