Skip to content

Commit

Permalink
Migrate repo to replikativ (#29)
Browse files Browse the repository at this point in the history
* Migrate repo to replikativ

* Add note that repo has moved
  • Loading branch information
jsmassa authored Nov 22, 2022
1 parent 8adcff1 commit 1895855
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

<p align="center">
<a href="https://clojurians.slack.com/archives/CB7GJAN0L"><img src="https://img.shields.io/badge/clojurians%20slack-join%20channel-blueviolet"/></a>
<a href="https://clojars.org/io.lambdaforge/datalog-parser"> <img src="https://img.shields.io/clojars/v/io.lambdaforge/datalog-parser.svg" /></a>
<a href="https://circleci.com/gh/lambdaforge/datalog-parser"><img src="https://circleci.com/gh/lambdaforge/datalog-parser.svg?style=shield"/></a>
<a href="https://versions.deps.co/lambdaforge/datalog-parser" title="Dependencies Status"><img src="https://versions.deps.co/lambdaforge/datalog-parser/status.svg" /></a>
<a href="https://clojars.org/io.replikativ/datalog-parser"> <img src="https://img.shields.io/clojars/v/io.replikativ/datalog-parser.svg" /></a>
<a href="https://circleci.com/gh/replikativ/datalog-parser"><img src="https://circleci.com/gh/replikativ/datalog-parser.svg?style=shield"/></a>
<a href="https://versions.deps.co/replikativ/datalog-parser" title="Dependencies Status"><img src="https://versions.deps.co/replikativ/datalog-parser/status.svg" /></a>
</p>

A Datalog parser. This parser is used by [Datahike](https://github.com/replikativ/datahike) and follows the Datalog dialect of [Datomic](https://www.datomic.com/).

Note: This repository has been moved from the [lambdaforge organization](https://github.com/replikativ) to [replikativ](https://github.com/replikativ). So, you will find older releases of the parser at the [lambdaforge clojars page](https://clojars.org/io.lambdaforge/datalog-parser).

## Usage
Add the current release of `io.lambdaforge/datalog-parser` to your `project.clj`. Start a repl and run:
Add the current release of `io.replikativ/datalog-parser` to your `project.clj`. Start a repl and run:

```Clojure
(require '[datalog.parser :as parser])
Expand Down
4 changes: 2 additions & 2 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[org.corfield.build :as bb])
(:import (clojure.lang ExceptionInfo)))

(def lib 'io.lambdaforge/datalog-parser)
(def lib 'io.replikativ/datalog-parser)
(def version (format "0.2.%s" (b/git-count-revs nil)))
(def current-commit (gh/current-commit))
(def class-dir "target/classes")
Expand Down Expand Up @@ -59,7 +59,7 @@
result))))

(defn try-release []
(try (gh/overwrite-asset {:org "lambdaforge"
(try (gh/overwrite-asset {:org "replikativ"
:repo (name lib)
:tag version
:commit current-commit
Expand Down

0 comments on commit 1895855

Please sign in to comment.