Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cartesi-machine formula #1

Closed
wants to merge 2 commits into from

Conversation

tuler
Copy link
Member

@tuler tuler commented Sep 5, 2024

Adds a formula for the cartesi-machine

@tuler tuler mentioned this pull request Sep 5, 2024
1 task
@tuler tuler force-pushed the feature/cartesi-machine branch from 7b71224 to ea8cd79 Compare September 6, 2024 03:43
@tuler tuler marked this pull request as ready for review September 6, 2024 03:44
@tuler
Copy link
Member Author

tuler commented Sep 6, 2024

/opt/homebrew/Cellar/cartesi-machine/0.18.1
├── AUTHORS
├── CHANGELOG.md
├── COPYING
├── INSTALL_RECEIPT.json
├── README.md
├── bin
│   ├── cartesi-machine
│   ├── cartesi-machine-stored-hash
│   ├── jsonrpc-remote-cartesi-machine
│   └── merkle-tree-hash
├── include
│   └── cartesi-machine
│       ├── htif-defines.h
│       ├── jsonrpc-machine-c-api.h
│       ├── machine-c-api.h
│       ├── machine-c-defines.h
│       ├── machine-c-version.h
│       ├── pma-defines.h
│       ├── rtc-defines.h
│       └── uarch-defines.h
├── lib
│   ├── libcartesi-0.18.dylib
│   ├── libcartesi.a
│   ├── libcartesi.dylib -> libcartesi-0.18.dylib
│   ├── libcartesi_jsonrpc-0.18.dylib
│   ├── libcartesi_jsonrpc.a
│   ├── libcartesi_jsonrpc.dylib -> libcartesi_jsonrpc-0.18.dylib
│   └── lua
│       └── 5.4
│           ├── cartesi
│           │   └── jsonrpc.so
│           └── cartesi.so
└── share
    ├── cartesi-machine
    │   ├── gdb
    │   │   ├── gdb.md
    │   │   └── gdbinit
    │   └── images
    │       ├── linux-6.5.13-ctsi-1-v0.20.0.bin
    │       ├── linux.bin -> linux-6.5.13-ctsi-1-v0.20.0.bin
    │       ├── rootfs-tools-v0.16.1.ext2
    │       └── rootfs.ext2 -> rootfs-tools-v0.16.1.ext2
    └── lua
        └── 5.4
            ├── cartesi
            │   ├── gdbstub.lua
            │   ├── proof.lua
            │   └── util.lua
            ├── cartesi-machine-stored-hash.lua
            └── cartesi-machine.lua

15 directories, 36 files

@tuler tuler force-pushed the feature/cartesi-machine branch 2 times, most recently from 5864cf6 to 27b3f49 Compare September 6, 2024 05:33
@tuler tuler changed the base branch from main to feature/brew-test-bot September 6, 2024 05:34
@tuler tuler force-pushed the feature/cartesi-machine branch from 27b3f49 to 0d9ff75 Compare September 6, 2024 05:38
@tuler tuler deleted the branch feature/brew-test-bot September 6, 2024 05:38
@tuler tuler closed this Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant