-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
{:deps-try.manifest/recipes | ||
[{:deps-try.recipe/url | ||
"https://raw.githubusercontent.com/eval/deps-try/recipes/recipes/deps_try/recipes.clj", | ||
"https://raw.githubusercontent.com/eval/deps-try/master/recipes/deps_try/recipes.clj", | ||
:deps-try.recipe/name "deps-try/recipes", | ||
:deps-try.recipe/title "Introducing recipes"} | ||
{:deps-try.recipe/url | ||
"https://raw.githubusercontent.com/eval/deps-try/recipes/recipes/portal/intro.clj", | ||
"https://raw.githubusercontent.com/eval/deps-try/master/recipes/portal/intro.clj", | ||
:deps-try.recipe/name "portal/intro", | ||
:deps-try.recipe/title | ||
"Introduction to portal, a Clojure tool to navigate data"} | ||
{:deps-try.recipe/url | ||
"https://raw.githubusercontent.com/eval/deps-try/recipes/recipes/next_jdbc/intro_sqlite.clj", | ||
"https://raw.githubusercontent.com/eval/deps-try/master/recipes/patterns/middleware.clj", | ||
:deps-try.recipe/name "patterns/middleware"} | ||
{:deps-try.recipe/url | ||
"https://raw.githubusercontent.com/eval/deps-try/master/recipes/next_jdbc/intro_sqlite.clj", | ||
:deps-try.recipe/name "next-jdbc/intro-sqlite", | ||
:deps-try.recipe/title "A next-jdbc introduction using SQLite"} | ||
{:deps-try.recipe/url | ||
"https://raw.githubusercontent.com/eval/deps-try/recipes/recipes/malli/malli_select.clj", | ||
"https://raw.githubusercontent.com/eval/deps-try/master/recipes/malli/malli_select.clj", | ||
:deps-try.recipe/name "malli/malli-select", | ||
:deps-try.recipe/title | ||
"Introduction to malli-select, a library for spec2-inspired selection of Malli-schemas"}]} |