Skip to content

Commit b48fc14

Browse files
authored
Update checkml.opam
1 parent 9c6806c commit b48fc14

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

checkml.opam

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
opam-version: "2.0"
22
homepage: "https://github.com/prosyslab-classroom/checkml"
3-
3+
name: "checkml"
44
build: [
5-
["dune" "build"]
6-
]
7-
8-
install: [
9-
["dune" "install"]
5+
[
6+
"dune"
7+
"build"
8+
"-p"
9+
name
10+
"-j"
11+
jobs
12+
"@install"
13+
]
1014
]
1115

1216
depends: [

0 commit comments

Comments
 (0)