15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
;; You should have received a copy of the GNU General Public License
;; along with Megatest. If not, see <http://www.gnu.org/licenses/>.
;;
(use csv-xml regex)
(declare (unit ods))
(declare (uses commonmod))
(module ods
*
(import scheme chicken data-structures extras files ports)
(import commonmod)
(import regex
srfi-13
posix
)
(define ods:dirs
'("Configurations2"
|
>
>
|
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
;; You should have received a copy of the GNU General Public License
;; along with Megatest. If not, see <http://www.gnu.org/licenses/>.
;;
(use csv-xml regex)
(declare (unit ods))
(declare (uses commonmod))
(declare (uses debugprint))
(module ods
*
(import scheme chicken data-structures extras files ports)
(import commonmod)
(import debugprint)
(import regex
srfi-13
posix
)
(define ods:dirs
'("Configurations2"
|