Fix list syntax...
This commit is contained in:
parent
516ad0dc47
commit
579efb46fa
1 changed files with 19 additions and 19 deletions
38
README.md
38
README.md
|
@ -38,22 +38,22 @@ issues (or lack of support for a particular ecosystem), please file a bug.
|
|||
|
||||
### Supported Build Systems
|
||||
|
||||
* Cabal
|
||||
* Cargo
|
||||
* Golang
|
||||
* Gradle
|
||||
* Make, including various makefile generators:
|
||||
- Cabal
|
||||
- Cargo
|
||||
- Golang
|
||||
- Gradle
|
||||
- Make, including various makefile generators:
|
||||
+ autoconf/automake
|
||||
+ CMake
|
||||
+ Makefile.PL
|
||||
* Maven
|
||||
* ninja, including ninja generators:
|
||||
- Maven
|
||||
- ninja, including ninja generators:
|
||||
+ meson
|
||||
* Node
|
||||
* PHP Pear
|
||||
* Python - setup.py/setup.cfg/pyproject.toml
|
||||
* Ruby gems
|
||||
* Waf
|
||||
- Node
|
||||
- PHP Pear
|
||||
- Python - setup.py/setup.cfg/pyproject.toml
|
||||
- Ruby gems
|
||||
- Waf
|
||||
|
||||
### Supported package repositories
|
||||
|
||||
|
@ -61,16 +61,16 @@ Package repositories are used to install missing dependencies.
|
|||
|
||||
The following "native" repositories are supported:
|
||||
|
||||
* pypi
|
||||
* cpan
|
||||
* hackage
|
||||
* npm
|
||||
* cargo
|
||||
* golang\*
|
||||
- pypi
|
||||
- cpan
|
||||
- hackage
|
||||
- npm
|
||||
- cargo
|
||||
- golang\*
|
||||
|
||||
As well one distribution repository:
|
||||
|
||||
* apt
|
||||
- apt
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue