File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- ; ; OMio - 0.11 - OM input/output: designed to make easier to import/export data
2- ; ; 14/sept/2019
1+ ; ; OMio - 0.2 - OM input/output: designed to make easier to import/export data
2+ ; ; 24/oct/2022
33
44(defvar omio)
5- (defpackage omio )
5+ (defpackage : omio )
66
77(in-package :omio )
88
3939(om ::fill-library *subpackages-list* )
4040
4141
42- (om ::set-lib-release 0.11 )
42+ (om ::set-lib-release 0.2 )
4343
4444 (print "
4545 ;;;-----------------
46- ;;; OMio 0.1 - in/out functions for OpenMusic
46+ ;;; OMio 0.2 - in/out functions for OpenMusic
4747 ;;;
48- ;;; José Henrique Padovani (2019 )
48+ ;;; Jose Henrique Padovani (2022 )
4949 ;;;===========================================================================
5050 " )
Original file line number Diff line number Diff line change 11(:om-lib
22
3- (:version 0.11 )
3+ (:version 0.2 )
44(:doc "Library to import/export different kind of data file types.")
55
6- (:author "José Henrique Padovani (2019 )")
6+ (:author "José Henrique Padovani (2022 )")
77
88(:source-files
99 "sources/package"
Original file line number Diff line number Diff line change 11; Warning: First, seting the package where the functions will be defined
2- (in-package :om )
2+ (in-package :omio )
33
44; Functions definition
55
You can’t perform that action at this time.
0 commit comments