Skip to content

Commit

Permalink
port to dune
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm authored and TheLortex committed Jun 21, 2023
1 parent f37c8ea commit 30ce31e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
16 changes: 2 additions & 14 deletions opam → cmarkit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,11 @@ doc: "https://erratique.ch/software/cmarkit/doc"
bug-reports: "https://github.com/dbuenzli/cmarkit/issues"
depends: [
"ocaml" {>= "4.14.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "1.0.3"}
"uucp" {dev}
"b0" {dev & with-test}
"dune"
]
depopts: ["cmdliner"]
conflicts: [
"cmdliner" {< "1.1.0"}
]
build: [
"ocaml"
"pkg/pkg.ml"
"build"
"--dev-pkg"
"%{dev}%"
"--with-cmdliner"
"%{cmdliner:installed}%"
]
build: [ "dune" "build" "-p" name "-j" jobs ]
dev-repo: "git+https://erratique.ch/repos/cmarkit.git"
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(lang dune 1.1)
(name cmarkit)
1 change: 1 addition & 0 deletions src/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(library (public_name cmarkit) (wrapped false))

0 comments on commit 30ce31e

Please sign in to comment.