-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27323 from garrigue/lablt-8.06.15
LablTk 8.06.15 and OCamlBrowser 5.3.0
- Loading branch information
Showing
2 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: ["Jacques Garrigue et al., Nagoya University"] | ||
homepage: "https://garrigue.github.io/labltk/" | ||
bug-reports: "https://github.com/garrigue/labltk/issues" | ||
dev-repo: "git+https://github.com/garrigue/labltk.git" | ||
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" | ||
build: [ | ||
["./configure" "-use-findlib" "-verbose" "-installbindir" bin] | ||
[ | ||
make | ||
"library" | ||
"opt" {!ocaml-option-bytecode-only:installed} | ||
] | ||
] | ||
install: [ | ||
[make "install"] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.08"} | ||
"ocamlfind" {build} | ||
"conf-tcl" | ||
"conf-tk" | ||
] | ||
post-messages: [ | ||
"This package requires Tcl/Tk with its development packages installed on your system" {failure} | ||
] | ||
synopsis: "OCaml interface to Tcl/Tk" | ||
description: "ocamlbrowser is now a separate package.\n\ | ||
For details, see https://garrigue.github.io/labltk/" | ||
url { | ||
src: "https://github.com/garrigue/labltk/archive/refs/tags/8.06.15.tar.gz" | ||
checksum: [ | ||
"sha256=fe0e11bacdb537ce9027aec072262405f01fe4017d19213d5a82ef053e50594d" | ||
"md5=c5f70ac8a2d36e083a51603f8d3a0901" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: ["Jacques Garrigue et al., Nagoya University"] | ||
homepage: "https://garrigue.github.io/labltk/" | ||
bug-reports: "https://github.com/garrigue/labltk/issues" | ||
dev-repo: "git+https://github.com/garrigue/labltk.git" | ||
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" | ||
build: [ | ||
["./configure" "-use-findlib" "-installbindir" bin] | ||
[make "all"] | ||
] | ||
install: [ | ||
[make "install-browser"] | ||
] | ||
depends: [ | ||
"ocaml" {>= "5.3" & < "5.4"} | ||
"labltk" {>= "8.06.15"} | ||
"ocamlfind" {build} | ||
"conf-tcl" | ||
"conf-tk" | ||
] | ||
post-messages: [ | ||
"This package requires Tcl/Tk with its development packages installed on your system" {failure} | ||
] | ||
synopsis: "OCamlBrowser Library Explorer" | ||
description: "Requires LablTk. For details, see https://garrigue.github.io/labltk/" | ||
url { | ||
src: "https://github.com/garrigue/labltk/archive/refs/tags/8.06.15.tar.gz" | ||
checksum: [ | ||
"sha256=fe0e11bacdb537ce9027aec072262405f01fe4017d19213d5a82ef053e50594d" | ||
"md5=c5f70ac8a2d36e083a51603f8d3a0901" | ||
] | ||
} | ||
|