this repo has no description
1opam-version: "2.0" 2maintainer: "contact@ocamlpro.com" 3authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>" 4homepage: "http://www.typerex.org/ocaml-top.html" 5bug-reports: "https://github.com/OCamlPro/ocaml-top/issues" 6license: "GPL-3.0-only" 7tags: ["org:ocamlpro" "gui" "teaching" "toplevel"] 8dev-repo: "git+https://github.com/OCamlPro/ocaml-top.git" 9build: ["jbuilder" "build" "-p" name] 10depends: [ 11 "ocaml" {>= "4.02.0"} 12 "jbuilder" {>= "1.0+beta7"} 13 "ocp-pp" {build} 14 "lablgtk" {>= "2.16.0"} 15 "conf-gtksourceview" {= "2"} 16 "ocp-indent" {>= "1.4.0"} 17 "ocp-index" {>= "1.0.0"} 18] 19synopsis: "The OCaml interactive editor for education" 20description: """ 21OCaml-top is a GTK-based editor coupled with an OCaml top-level, providing 22straight forward evaluation controls, built-in syntax coloring and forced visual 23indentation. It's cross-platform and specially tailored for students and 24practicals.""" 25url { 26 src: "https://github.com/OCamlPro/ocaml-top/archive/1.1.5.tar.gz" 27 checksum: [ 28 "sha256=154a5be399fba490e59bb8c9e660ec745eed11ba40a2ab9c19ff21cc9bc734e7" 29 "md5=7a67d3e9b649025b436d9e95ebc55b9b" 30 ] 31}