mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
ProofGeneral/PG@e0ec3db200 -> ProofGeneral/PG@85cde55a86 ananthakumaran/exunit.el@ee06b14b61 -> ananthakumaran/exunit.el@8de56e3fd5 emacs-lsp/emacs-ccls@41399b0eba -> emacs-lsp/emacs-ccls@28c7930c89 emacs-php/php-mode@0f756a8c07 -> emacs-php/php-mode@5b6cc1c068 hhvm/hack-mode@343e45f2a6 -> hhvm/hack-mode@0addbff8b6 immerrr/lua-mode@d074e4134b -> immerrr/lua-mode@2f6b8d7a63 jart/disaster@b20f8e1ef9 -> jart/disaster@8b44591322 jwiegley/emacs-async@b99658e831 -> jwiegley/emacs-async@bb3f31966e ocaml/dune@b74586e909 -> ocaml/dune@a46193e167 ocaml/merlin@92c3ba9473 -> ocaml/merlin@2eeb63d002 ocaml/tuareg@1d53723e39 -> ocaml/tuareg@1600fdad28 purescript-emacs/purescript-mode@b076bafe94 -> purescript-emacs/purescript-mode@a3d6ca4ba5 technomancy/fennel-mode@4ccb6d5944 -> technomancy/fennel-mode@811f39de12
20 lines
887 B
EmacsLisp
20 lines
887 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/ocaml/packages.el
|
|
|
|
(package! tuareg :pin "1600fdad28bdd2c55e52a87e7987713c6d5d1718")
|
|
(package! opam-switch-mode :pin "1069e56a662f23ea09d4e05611bdedeb99257012")
|
|
(package! ocp-indent :pin "f38578c25d62701847b1bcb45099a9020e2032fe")
|
|
(package! dune
|
|
:recipe (:host github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el"))
|
|
:pin "a46193e1679ab7e1d7c816a66c6752a790487f4c")
|
|
|
|
(unless (modulep! +lsp)
|
|
(package! merlin :pin "2eeb63d0026ab8a18b9e31ea61729af513dcb5d6")
|
|
(package! merlin-eldoc :pin "bf8edc63d85b35e4def352fa7ce4ea39f43e1fd8")
|
|
(package! merlin-company :pin "2eeb63d0026ab8a18b9e31ea61729af513dcb5d6")
|
|
(when (modulep! :checkers syntax -flymake)
|
|
(package! flycheck-ocaml :pin "77f8ddbd9bfc3a11957ac7ec7e45d5fa9179b192")))
|
|
|
|
(when (modulep! :tools eval)
|
|
(package! utop :pin "3322adaa5267b1188d14b15e85c802c21fe061cb"))
|