Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beaver-lodge/llvm_config
LLVM config wrapper in Elixir
https://github.com/beaver-lodge/llvm_config
Last synced: about 1 month ago
JSON representation
LLVM config wrapper in Elixir
- Host: GitHub
- URL: https://github.com/beaver-lodge/llvm_config
- Owner: beaver-lodge
- Created: 2023-01-14T07:51:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T07:57:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T23:45:23.362Z (2 months ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LLVMConfig
LLVM config wrapper in Elixir. Helpers to find paths of a LLVM installation.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `llvm_config` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:llvm_config, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .