Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LablTk 8.06.15 and OCamlBrowser 5.3.0 #27323

Merged
merged 2 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions packages/labltk/labltk.8.06.15/opam
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"
]
}
34 changes: 34 additions & 0 deletions packages/ocamlbrowser/ocamlbrowser.5.3.0/opam
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"
]
}

Loading