Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msakai/homebrew-tap
https://github.com/msakai/homebrew-tap
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/msakai/homebrew-tap
- Owner: msakai
- Created: 2021-02-13T07:22:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-25T15:12:07.000Z (over 1 year ago)
- Last Synced: 2024-10-13T23:49:01.736Z (3 months ago)
- Language: Ruby
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# msakai/tap
This repository provides custom [Homebrew](https://brew.sh/) Tap for some of my works.
## List of formulae
* [toysolver](Formula/toysolver.rb) - Solvers for SAT, SMT, Max-SAT, PB, MIP, etc. developed by me. ([Github](https://github.com/msakai/toysolver), [Hackage](https://hackage.haskell.org/package/toysolver))
* [liblbfgsb](Formula/liblbfgsb.rb) - [L-BFGS-B](https://users.iems.northwestern.edu/~nocedal/lbfgsb.html) library for large-scale bound-constrained optimization, packaged by me for convinience of use Haskell's [l-bfgs-b](http://nonempty.org/software/haskell-l-bfgs-b) pacakge ([Hackage](https://hackage.haskell.org/package/l-bfgs-b)).## How do I install these formulae?
`brew install msakai/tap/`Or `brew tap msakai/tap` and then `brew install `.
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).