Skip to content

Commit

Permalink
Merge pull request #483 from yamacir-kit/syntactic-closure
Browse files Browse the repository at this point in the history
Syntactic closure
  • Loading branch information
yamacir-kit authored Aug 28, 2024
2 parents f89b3cb + e7f1f84 commit 3e7f303
Show file tree
Hide file tree
Showing 9 changed files with 269 additions and 240 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Procedures for each standard are provided by the following R7RS-style libraries:
cmake -B build -DCMAKE_BUILD_TYPE=Release
cd build
make package
sudo apt install build/meevax_0.5.213_amd64.deb
sudo apt install build/meevax_0.5.220_amd64.deb
```

or
Expand Down Expand Up @@ -122,9 +122,9 @@ sudo rm -rf /usr/local/share/meevax

| Target Name | Description
|-------------|-------------
| `all` | Build shared-library `libmeevax.0.5.213.so` and executable `meevax`
| `all` | Build shared-library `libmeevax.0.5.220.so` and executable `meevax`
| `test` | Test executable `meevax`
| `package` | Generate debian package `meevax_0.5.213_amd64.deb`
| `package` | Generate debian package `meevax_0.5.220_amd64.deb`
| `install` | Copy files into `/usr/local` directly

## Usage
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.213
0.5.220
Loading

0 comments on commit 3e7f303

Please sign in to comment.