Skip to content

Commit

Permalink
Prepare module exposition
Browse files Browse the repository at this point in the history
Base: c343aa3
  • Loading branch information
helins committed Jan 18, 2023
1 parent c343aa3 commit 6ebc893
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module/gen/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
world.convex/convex-core {:mvn/version "0.7.9"},
world.convex/cvm
{:deps/root "module/cvm",
:git/sha "83130fa0278c438b9c68238e92f8fa58af5652d5",
:git/sha "c343aa394b009957a5ba9e7b31fa5d8b20c5589c",
:git/url "https://github.com/convex-dev/convex.cljc"}},
:paths ["src/main/clj"]}
2 changes: 1 addition & 1 deletion module/net/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
world.convex/convex-peer {:mvn/version "0.7.9"},
world.convex/cvm
{:deps/root "module/cvm",
:git/sha "83130fa0278c438b9c68238e92f8fa58af5652d5",
:git/sha "c343aa394b009957a5ba9e7b31fa5d8b20c5589c",
:git/url "https://github.com/convex-dev/convex.cljc"}},
:paths ["src/main/clj"]}
28 changes: 28 additions & 0 deletions module/shell/deps.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
;; This is a file generated by Maestro for allowing this module to be consumed
;; by external users with Clojure CLI.
;;
;; It is accessible as a Git dependency with `:deps/root` pointing to this directory.
;;
{:deps
{babashka/fs {:mvn/version "0.1.11"},
com.fzakaria/slf4j-timbre {:mvn/version "0.3.21"},
com.github.clj-easy/graal-build-time {:mvn/version "0.1.4"},
com.taoensso/timbre {:mvn/version "5.2.1"},
criterium/criterium {:mvn/version "0.4.6"},
org.clojure/clojure {:mvn/version "1.11.1"},
protosens/git
{:deps/root "module/git",
:git/sha "2d41c8a",
:git/tag "stable/2022-10-13",
:git/url "https://github.com/protosens/monorepo.cljc"},
protosens/string
{:deps/root "module/string",
:git/sha "2d41c8a",
:git/tag "stable/2022-10-13",
:git/url "https://github.com/protosens/monorepo.cljc"},
world.convex/convex-core {:mvn/version "0.7.9"},
world.convex/cvm
{:deps/root "module/cvm",
:git/sha "c343aa394b009957a5ba9e7b31fa5d8b20c5589c",
:git/url "https://github.com/convex-dev/convex.cljc"}},
:paths ["resource/main" "src/main/clj" "src/main/cvx"]}

0 comments on commit 6ebc893

Please sign in to comment.