4
4
5
5
[ ![ Main Workflow] [ workflow-badge ]] [ workflow ]
6
6
[ ![ Release] [ release-badge ]] [ release ]
7
- [ ![ Coverage] [ coverage-badge ]] [ coverage ]
8
7
[ ![ License] [ license-badge ]] [ license ]
9
8
[ ![ Contributors] [ contributors-badge ]] [ contributors ]
10
9
13
12
[ workflow-badge ] : https://img.shields.io/github/actions/workflow/status/ocaml/dune/workflow.yml?label=CI&logo=github
14
13
[ release ] : https://github.com/ocaml/dune/releases/latest
15
14
[ release-badge ] : https://img.shields.io/github/v/release/ocaml/dune?label=release
16
- [ coverage ] : https://coveralls.io/github/ocaml/dune
17
- [ coverage-badge ] : https://img.shields.io/coveralls/github/ocaml/dune?logo=coveralls
18
15
[ license ] : https://github.com/ocaml/dune/blob/main/LICENSE.md
19
16
[ license-badge ] : https://img.shields.io/github/license/ocaml/dune
20
17
[ contributors ] : https://github.com/ocaml/dune/graphs/contributors
@@ -79,6 +76,7 @@ The magic invocation is:
79
76
``` console
80
77
$ dune build --only-packages < package-name> @install
81
78
```
79
+
82
80
## Build Against Several Configurations at Once
83
81
84
82
Dune can build a given source code repository against several configurations
@@ -126,7 +124,7 @@ $ ./dune.exe install dune
126
124
```
127
125
128
126
The first command builds the ` dune.exe ` binary. The second builds the additional
129
- files installed by Dune, such as the * man * pages, and the last simply installs
127
+ files installed by Dune, such as the _ man _ pages, and the last simply installs
130
128
all of that on the system.
131
129
132
130
** Please note** : unless you ran the optional ` ./configure ` script, you can
@@ -136,7 +134,6 @@ at compilation time.
136
134
137
135
# Support
138
136
139
-
140
137
[ ![ Issues] [ issues-badge ]] [ issues ]
141
138
[ ![ Discussions] [ discussions-badge ]] [ discussions ]
142
139
[ ![ Discuss OCaml] [ discuss-ocaml-badge ]] [ discuss-ocaml ]
0 commit comments