[gtk-cffi-cvs] CVS gtk-cffi/gio

CVS User rklochkov rklochkov at common-lisp.net
Mon Feb 13 02:15:39 UTC 2012


Update of /project/gtk-cffi/cvsroot/gtk-cffi/gio
In directory tiger.common-lisp.net:/tmp/cvs-serv14376/gio

Added Files:
	gio-cffi.asd 
Log Message:
Added missed file



--- /project/gtk-cffi/cvsroot/gtk-cffi/gio/gio-cffi.asd	2012/02/13 02:15:39	NONE
+++ /project/gtk-cffi/cvsroot/gtk-cffi/gio/gio-cffi.asd	2012/02/13 02:15:39	1.1
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; gio-cffi.asd --- ASDF system definition for gio-cffi
;;;
;;; Copyright (C) 2012, Roman Klochkov <monk at slavsoft.surgut.ru>
;;;

(defpackage #:gio-cffi-system
  (:use #:cl #:asdf))
(in-package #:gio-cffi-system)

(defsystem gio-cffi
  :description "Interface to GIO via CFFI"
  :author "Roman Klochkov <monk at slavsoft.surgut.ru>"
  :version "0.5"
  :license "GPL"
  :depends-on (g-object-cffi g-lib-cffi gtk-cffi-utils)
  :components
  ((:file package)
   (:file loadlib :depends-on (package))
   (:file action-group :depends-on (loadlib))
   (:file application :depends-on (action-group))))




More information about the gtk-cffi-cvs mailing list