Artifact 9c3fde5a75834264d70a71b3b0f353447fb48224:
- File eggs/ducttape-lib/general-lib.meta — part of check-in [023e88f071] at 2016-12-23 18:08:18 on branch v1.63-ducttape-lib — added initial ducttape-lib code (user: bjbarcla, size: 325) [annotate] [blame] [check-ins using]
- File eggs/ducttape-lib/ref/general-lib.meta — part of check-in [023e88f071] at 2016-12-23 18:08:18 on branch v1.63-ducttape-lib — added initial ducttape-lib code (user: bjbarcla, size: 325) [annotate] [blame] [check-ins using]
;;; general-lib.meta -*- Hen -*- ((egg "general-lib.egg") (synopsis "Tool for standard print routines and utilities for FDK Env Team.") (category env) (author "Brandon Barclay") (doc-from-wiki) (license "GPL-2") ;; srfi-69, posix, srfi-18 (depends regex) (test-depends test) ; suspicious - (files "general-lib") )