-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.edn
More file actions
14 lines (14 loc) · 780 Bytes
/
project.edn
File metadata and controls
14 lines (14 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{:lib com.github.gnl/playback
:version "0.5.4"
:scm {:url "https://github.com/gnl/playback"}
:pom-data [[:description "Easier-than-print dataflow tracing to tap> and Portal with automatic last-input function replay on eval, instant re-render and effortless extraction of traced data"]
[:url "https://github.com/gnl/playback"]
[:distributionManagement
[:repository
[:id "clojars"]
[:url "https://clojars.org/repo"]]]
[:licenses [:license
[:name "Eclipse Public License 2.0"]
[:url "https://opensource.org/license/epl-2.0/"]]]]
:aliases [:pom]
:signing-key "EA4E52DD8F4A7AD2F6D1F1FBE1A18DCD43ECC7C9"}