{:version "0.1.1"
:description "Make schemas for SILL and PAPILLON and validate csv files."
:url "https://git.sr.ht/~etalab/sill"
:license {:name "Eclipse Public License - v 2.0"
:url "http://www.eclipse.org/legal/epl-v20.html"}
:deps
{org.clojure/clojure {:mvn/version "1.10.3"}
semantic-csv/semantic-csv {:mvn/version "0.2.0"}
cheshire/cheshire {:mvn/version "5.10.1"}
clojure.java-time/clojure.java-time {:mvn/version "0.3.3"}}
:aliases
{:make-schemas {:main-opts ["-m" "core" "make-schemas"]}
:validate-sill {:main-opts ["-m" "core" "check-schema-sill"]}
:validate-papillon {:main-opts ["-m" "core" "check-schema-papillon"]}}}