X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/8c03855caf79f1405c072607a1ababfa3f167434..1d51a2eea8537084e9e681c297422047ae858989:/src/packages.lisp diff --git a/src/packages.lisp b/src/packages.lisp index bd02074..ba61e89 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -1,18 +1,22 @@ (defpackage :lisp-on-lines (:use :arnesi - :iterate - :meta-model + ;:iterate + ;:meta-model :common-lisp - :it.bese.ucw - :clsql + ;:it.bese.ucw + ;:clsql :contextl) (:nicknames :lol :mewa) + + #+nil(:shadowing-import-from + :ucw + :parent) - (:shadowing-import-from + #+nil(:shadowing-import-from :iterate :with) - (:shadowing-import-from +#+nil (:shadowing-import-from :clsql :time-difference :make-time @@ -24,7 +28,22 @@ :time+ :date-element) - (:export + (:export + + #:find-description + #:ensure-description + #:define-description + + #:define-display + #:display + #:*display* + #:*object* + + #:find-attribute + #:attribute-label + + + ;;;; CLSQL meta-model/default attributes definers ;;;; TODO: should be moved to meta-model, ;;;; with lol specific function implemented like the @@ -81,4 +100,7 @@ #:crud-viewer #:crud-summary #:crud-database - #:instance)) \ No newline at end of file + #:instance)) + +(cl:defpackage #:lol-test + (:use :cl :lisp-on-lines :stefil :contextl)) \ No newline at end of file