this repo has no description

Update labltk.8.06.14 for bytecode only platforms

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

Changed files
+5 -1
packages
labltk
labltk.8.06.14
+5 -1
packages/labltk/labltk.8.06.14/opam
···
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
build: [
["./configure" "-use-findlib" "-verbose" "-installbindir" bin]
-
[make "library" "opt"]
]
install: [
[make "install"]
···
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"]