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
|
### Supported Build Systems
|
||||||
|
|
||||||
* Cabal
|
- Cabal
|
||||||
* Cargo
|
- Cargo
|
||||||
* Golang
|
- Golang
|
||||||
* Gradle
|
- Gradle
|
||||||
* Make, including various makefile generators:
|
- Make, including various makefile generators:
|
||||||
+ autoconf/automake
|
+ autoconf/automake
|
||||||
+ CMake
|
+ CMake
|
||||||
+ Makefile.PL
|
+ Makefile.PL
|
||||||
* Maven
|
- Maven
|
||||||
* ninja, including ninja generators:
|
- ninja, including ninja generators:
|
||||||
+ meson
|
+ meson
|
||||||
* Node
|
- Node
|
||||||
* PHP Pear
|
- PHP Pear
|
||||||
* Python - setup.py/setup.cfg/pyproject.toml
|
- Python - setup.py/setup.cfg/pyproject.toml
|
||||||
* Ruby gems
|
- Ruby gems
|
||||||
* Waf
|
- Waf
|
||||||
|
|
||||||
### Supported package repositories
|
### Supported package repositories
|
||||||
|
|
||||||
|
@ -61,16 +61,16 @@ Package repositories are used to install missing dependencies.
|
||||||
|
|
||||||
The following "native" repositories are supported:
|
The following "native" repositories are supported:
|
||||||
|
|
||||||
* pypi
|
- pypi
|
||||||
* cpan
|
- cpan
|
||||||
* hackage
|
- hackage
|
||||||
* npm
|
- npm
|
||||||
* cargo
|
- cargo
|
||||||
* golang\*
|
- golang\*
|
||||||
|
|
||||||
As well one distribution repository:
|
As well one distribution repository:
|
||||||
|
|
||||||
* apt
|
- apt
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue