]> Repositorios git - scryer-prolog.git/commitdiff
update build instructions, change to the scryer-prolog crate
authorMark Thom <[email protected]>
Wed, 13 Mar 2019 06:00:24 +0000 (00:00 -0600)
committerMark Thom <[email protected]>
Wed, 13 Mar 2019 06:00:24 +0000 (00:00 -0600)
Cargo.lock
Cargo.toml
README.md

index cebdff1706d605b5ace191083940b439635af3ee..5dd057556998a73e96162d9c0dbd3412dde9d26f 100644 (file)
@@ -110,8 +110,8 @@ dependencies = [
 ]
 
 [[package]]
-name = "rusty-wam"
-version = "0.8.1"
+name = "scryer-prolog"
+version = "0.8.2"
 dependencies = [
  "downcast 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "num 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
index 2395dd588f1ffe872f19d052107527d60b2dddb9..a6196c957965b9ace0c6df054728f2cf42fb9cab 100644 (file)
@@ -1,9 +1,9 @@
 [package]
-name = "rusty-wam"
-version = "0.8.1"
+name = "scryer-prolog"
+version = "0.8.2"
 authors = ["Mark Thom <[email protected]>"]
-repository = "https://github.com/mthom/rusty-wam"
-description = "The Warren Abstract Machine in Rust."
+repository = "https://github.com/mthom/scryer-prolog"
+description = "A modern Prolog implementation written mostly in Rust."
 license = "BSD-3-Clause"
 
 [dependencies]
index c3ecce96bce5150d5a64e234a48b0437d3e49495..d8a86f2a1923071f09f8124936f8bb5f3844e9b9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -95,11 +95,11 @@ preferred method. Then install the latest Scryer Prolog with cargo,
 like so:
 
 ```
-$> cargo install rusty-wam
+$> cargo install scryer-prolog
 ```
 
 cargo will download and install the libraries Scryer Prolog uses
-automatically. You can find the `rusty-wam` executable in
+automatically. You can find the `scryer-prolog` executable in
 `~/.cargo/bin`.
 
 Note on compatibility: Scryer Prolog should work on Linux, Mac OS X, and