Skip to content

Commit

Permalink
Dunify v15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmattio committed Nov 5, 2023
1 parent 06b4356 commit a9adc23
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
3 changes: 3 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(lang dune 1.10)
(name uuseg)
(package (name uuseg))
15 changes: 15 additions & 0 deletions src/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
(library
(name uuseg)
(public_name uuseg)
(wrapped false)
(modules :standard \ uuseg_string)
(libraries uchar uucp)
(flags :standard -w -50-39-37-32))

(library
(name uuseg_string)
(public_name uuseg.string)
(wrapped false)
(modules uuseg_string)
(libraries uuseg uutf)
(flags :standard -w -50-39-37-32))
23 changes: 5 additions & 18 deletions opam → uuseg.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,17 @@ maintainer: "Daniel Bünzli <daniel.buenzl [email protected]>"
authors: "The uuseg programmers"
license: "ISC"
tags: ["unicode" "text" "segmentation" "org:erratique"]
homepage: "https://erratique.ch/software/uuseg"
doc: "https://erratique.ch/software/uuseg/doc/"
bug-reports: "https://github.com/dbuenzli/uuseg/issues"
homepage: "https://github.com/dune-universe/uuseg"
bug-reports: "https://github.com/dbuenzli/uucp/issues"
depends: [
"ocaml" {>= "4.14.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "1.0.3"}
"dune" {>= "1.10"}
"uucp" {>= "15.1.0" & < "16.0.0"}
]
depopts: ["uutf" "cmdliner"]
conflicts: [
"uutf" {< "1.0.0"}
"cmdliner" {< "1.1.0"}
]
build: [
"ocaml"
"pkg/pkg.ml"
"build"
"--dev-pkg"
"%{dev}%"
"--with-uutf"
"%{uutf:installed}%"
"--with-cmdliner"
"%{cmdliner:installed}%"
]
dev-repo: "git+https://erratique.ch/repos/uuseg.git"
build: [ "dune" "build" "-p" name "-j" jobs ]
dev-repo: "git+https://github.com/dune-universe/uuseg.git"

0 comments on commit a9adc23

Please sign in to comment.