File: graph-json.asd

package info (click to toggle)
cl-graph 20141006-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 264 kB
  • ctags: 373
  • sloc: lisp: 2,601; makefile: 16
file content (10 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
(defsystem :graph-json
  :description "Serialize graphs to/from json with D3 format support."
  :author ("Eric Schulte <schulte.eric@gmail.com>" "Thomas Dye")
  :version "0.0.0"
  :licence "GPL V3"
  :depends-on (alexandria metabang-bind curry-compose-reader-macros graph yason)
  :components
  ((:static-file "COPYING")
   (:file "package-json")
   (:file "graph-json" :depends-on ("package-json"))))