Skip to content

Commit

Permalink
Merge pull request #27323 from garrigue/lablt-8.06.15
Browse files Browse the repository at this point in the history
LablTk 8.06.15 and OCamlBrowser 5.3.0
  • Loading branch information
shonfeder authored Jan 28, 2025
2 parents aca0f9d + 0247621 commit 705d7d4
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 0 deletions.
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"
]
}

0 comments on commit 705d7d4

Please sign in to comment.