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 8467aa3 commit e779635
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 21 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.1)
(name uunf)
(package (name uunf))
11 changes: 11 additions & 0 deletions src/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
(library
(public_name uunf)
(modules (:standard \ uunf_string))
(flags :standard -w -32))

(library
(public_name uunf.string)
(name uunf_string)
(modules uunf_string)
(optional)
(libraries uunf uutf))
25 changes: 4 additions & 21 deletions opam → uunf.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,16 @@ maintainer: "Daniel Bünzli <daniel.buenzl [email protected]>"
authors: "The uunf programmers"
license: "ISC"
tags: ["unicode" "text" "normalization" "org:erratique"]
homepage: "https://erratique.ch/software/uunf"
doc: "https://erratique.ch/software/uunf/doc/Uunf"
homepage: "https://github.com/dune-universe/uunf"
bug-reports: "https://github.com/dbuenzli/uunf/issues"
depends: [
"dune"
"ocaml" {>= "4.14.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "1.0.3"}
"uucd" {dev & >= "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}%"
]
post-messages:
"If the build fails with \"ocamlopt.opt got signal and exited\", issue 'ulimit -s unlimited' and retry."
{failure & (arch = "ppc64" | arch = "arm64")}
dev-repo: "git+https://erratique.ch/repos/uunf.git"
build: [ "dune" "build" "-p" name "-j" jobs ]
dev-repo: "git+https://github.com/dune-universe/uunf.git"

0 comments on commit e779635

Please sign in to comment.