From b8a6632a0f2d263199d5d480ca85477fe0f414ab Mon Sep 17 00:00:00 2001 From: William Boman Date: Mon, 20 Feb 2023 22:19:39 +0100 Subject: feat: configurable registries (#1016) --- lua/mason-registry/ocamlformat/init.lua | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 lua/mason-registry/ocamlformat/init.lua (limited to 'lua/mason-registry/ocamlformat/init.lua') diff --git a/lua/mason-registry/ocamlformat/init.lua b/lua/mason-registry/ocamlformat/init.lua deleted file mode 100644 index e24f33a9..00000000 --- a/lua/mason-registry/ocamlformat/init.lua +++ /dev/null @@ -1,15 +0,0 @@ -local _ = require "mason-core.functional" -local Pkg = require "mason-core.package" -local opam = require "mason-core.managers.opam" - -return Pkg.new { - name = "ocamlformat", - desc = _.dedent [[ - ocamlformat is a tool for formatting OCaml code. It automatically adjusts the layout of your code to follow the - recommended style guidelines, making it easier to read and understand. - ]], - homepage = "https://github.com/ocaml-ppx/ocamlformat", - languages = { Pkg.Lang.OCaml }, - categories = { Pkg.Cat.Formatter }, - install = opam.packages { "ocamlformat", bin = { "ocamlformat" } }, -} -- cgit v1.2.3-70-g09d2