this repo has no description

Package ocaml-top.1.2.0

Changed files
+32
packages
ocaml-top
ocaml-top.1.2.0
+32
packages/ocaml-top/ocaml-top.1.2.0/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@ocamlpro.com"
+
authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
+
license: "GPL-3.0-only"
+
tags: ["org:ocamlpro" "gui" "teaching" "toplevel"]
+
homepage: "http://www.typerex.org/ocaml-top.html"
+
bug-reports: "https://github.com/OCamlPro/ocaml-top/issues"
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "1.10"}
+
"cppo" {build}
+
"lablgtk3"
+
"lablgtk3-sourceview3"
+
"ocp-indent" {>= "1.8.1"}
+
"ocp-index" {>= "1.3.4"}
+
]
+
build: ["dune" "build" "-p" name]
+
dev-repo: "git+https://github.com/OCamlPro/ocaml-top.git"
+
url {
+
src: "https://github.com/OCamlPro/ocaml-top/archive/1.2.0.tar.gz"
+
checksum: [
+
"md5=a4df4adc74b881f90aa14e6ed4156b27"
+
"sha512=f14fc5da21985e777d7f8cdbd96d795ff045eb96ff1aafa2d386754e74fcd92f25411b0d50b9acff71f0dc416b4d66aee05566f6091e74f0ab7298e9880cf8a6"
+
]
+
}
+
synopsis: "The OCaml interactive editor for education"
+
description: """
+
OCaml-top is a GTK-based editor coupled with an OCaml top-level, providing
+
straight forward evaluation controls, built-in syntax coloring and forced visual
+
indentation. It's cross-platform and specially tailored for students and lab
+
sessions.
+
"""