Export function
This commit is contained in:
parent
e81df7eb42
commit
6cedcdea7c
2 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
(defsystem "dev.metalisp.survey"
|
||||
:description "Create questionnaires and analyze the results."
|
||||
:version "0.5.35"
|
||||
:version "0.5.36"
|
||||
:author "Marcus Kammer <marcus.kammer@mailbox.org>"
|
||||
:source-control (:git "https://code.metalisp.dev/marcuskammer/dev.metalisp.survey.git")
|
||||
:licence "MIT"
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
;;; -*- mode: lisp; coding: utf-8; -*-
|
||||
(defpackage :ml-survey/models
|
||||
(:use #:cl)
|
||||
(:export #:survey-uid
|
||||
(:export #:object-to-plist
|
||||
#:survey-uid
|
||||
#:survey-uid-p
|
||||
#:survey
|
||||
#:survey-data-dir
|
||||
|
|
Loading…
Add table
Reference in a new issue