Skip to content

Commit

Permalink
opam file fix (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
emarzion authored Jan 11, 2025
1 parent 7dcd06e commit 290917c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coqtbgen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ license: "GPL"
synopsis: "Games library and Tablebase generator"

build: [
[dune build]
["dune" "build" "-p" name]
]
install: [dune install]
install: ["dune" "install" "-p" name]

depends: [
"ocaml" {>= "4.14.0"}
Expand Down

0 comments on commit 290917c

Please sign in to comment.