Skip to content

Instantly share code, notes, and snippets.

@kanaka
Created November 12, 2011 21:13
Show Gist options
  • Select an option

  • Save kanaka/1361128 to your computer and use it in GitHub Desktop.

Select an option

Save kanaka/1361128 to your computer and use it in GitHub Desktop.
clojure+libvirt project.clj
(defproject libvirt-experiment "1.0.0-SNAPSHOT"
:description "Using Libvirt from Clojure "
:dependencies [[org.clojure/clojure "1.2.1"]
[net.java.dev.jna/jna "3.3.0"]
[org.libvirt/libvirt "0.4.7"]]
:dev-dependencies [[swank-clojure "1.3.0-SNAPSHOT"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment