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