2017-06-27 11:39:15 -07:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/ocaml/packages.el
|
|
|
|
|
2020-07-31 16:04:02 -04:00
|
|
|
(package! tuareg :pin "ccde45bbc292123ec20617f1af7f7e19f7481545")
|
2018-09-21 00:06:12 +01:00
|
|
|
|
2019-10-23 14:38:13 +09:00
|
|
|
(unless (featurep! +lsp)
|
2020-12-05 16:37:59 -05:00
|
|
|
(package! merlin :pin "28193d5ff238be44556e0344c1c0207b77c2bb55")
|
2020-07-31 16:04:02 -04:00
|
|
|
(package! merlin-eldoc :pin "db7fab1eddfe34781b7e79694f8923b285698032")
|
2020-01-14 03:04:26 -05:00
|
|
|
(when (featurep! :checkers syntax)
|
2020-07-31 16:04:02 -04:00
|
|
|
(package! flycheck-ocaml :pin "8707a7bf545a8639a6a5c600a98d9a2ea1487dc9")))
|
2019-10-23 14:38:13 +09:00
|
|
|
|
2020-07-31 16:04:02 -04:00
|
|
|
(package! ocp-indent :pin "9e26c0a2699b7076cebc04ece59fb354eb84c11c")
|
2018-09-21 00:06:12 +01:00
|
|
|
|
2019-04-21 19:59:44 -04:00
|
|
|
(when (featurep! :tools eval)
|
2020-07-31 16:04:02 -04:00
|
|
|
(package! utop :pin "7bc5117d3449fc19f5c706a6decfdb2a30984507"))
|
2018-10-16 02:45:12 -04:00
|
|
|
|
|
|
|
(when (featurep! :editor format)
|
2020-07-31 16:04:02 -04:00
|
|
|
(package! ocamlformat
|
|
|
|
:recipe (:host github :repo "ocaml-ppx/ocamlformat" :files ("emacs/*.el"))
|
2020-12-05 16:37:59 -05:00
|
|
|
:pin "860266b706602e482b9dac8de74a3f8555b0e2fc"))
|
2018-10-16 02:45:12 -04:00
|
|
|
|
2020-07-31 16:04:02 -04:00
|
|
|
(package! dune
|
|
|
|
:recipe (:host github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el"))
|
2020-12-05 16:37:59 -05:00
|
|
|
:pin "4d097cdba97c9dca8f06edd0e948e154b39e68bc")
|