Skip to content

Commit

Permalink
Dunify build
Browse files Browse the repository at this point in the history
  • Loading branch information
tmattio committed Nov 5, 2023
1 parent f82e27a commit dc29734
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cmdliner.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name: "cmdliner"
synopsis: """Declarative definition of command line interfaces for OCaml"""
maintainer: ["Daniel Bünzli <daniel.buenzl [email protected]>"]
authors: ["The cmdliner programmers"]
homepage: "https://erratique.ch/software/cmdliner"
doc: "https://erratique.ch/software/cmdliner/doc"
dev-repo: "git+https://erratique.ch/repos/cmdliner.git"
homepage: "https://github.com/dune-universe/cmdliner"
dev-repo: "git+https://github.com/dune-universe/cmdliner.git"
bug-reports: "https://github.com/dbuenzli/cmdliner/issues"
license: ["ISC"]
tags: ["cli" "system" "declarative" "org:erratique"]
depends: ["ocaml" {>= "4.08.0"}]
build: [[ make "all" "PREFIX=%{prefix}%" ]]
install: [[make "install" "LIBDIR=%{_:lib}%" "DOCDIR=%{_:doc}%"]
[make "install-doc" "LIBDIR=%{_:lib}%" "DOCDIR=%{_:doc}%"]]
depends: [
"dune"
"ocaml" {>= "4.08.0"}
]
build: [ "dune" "build" "-p" name "-j" jobs ]
description: """
Cmdliner allows the declarative definition of command line interfaces
for OCaml.
Expand Down

0 comments on commit dc29734

Please sign in to comment.