project.clj 336 B

12345678910
  1. (defproject selfsame/soa "0.6-SNAPSHOT"
  2. :description "clojure Structure of Arrays data type"
  3. :url "https://github.com/selfsame/soa"
  4. :license {:name "MIT License"
  5. :url "http://opensource.org/licenses/MIT"
  6. :year 2017
  7. :key "mit"}
  8. :dependencies []
  9. :plugins []
  10. :source-paths ["src"])