From ed6443cdf1be2057aae64e3c9237fb9576cfcab7 Mon Sep 17 00:00:00 2001 From: Laurent Le Brun Date: Tue, 29 Oct 2024 20:15:44 +0100 Subject: [PATCH] Remove Caddy from the list of users (#4) See discussion on https://github.com/bazelbuild/starlark/pull/279 --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 7d64051..8b7d03d 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,6 @@ Otherwise, consider using a Python mode. Bazel. * [Buck2](https://buck2.build/) is a build system from Meta, using Starlark in a similar way as Bazel. -* [Caddy](https://caddyserver.com/) is a fast, cross-platform HTTP/2 web - server with automatic HTTPS. - [Starlark is used](https://github.com/caddyserver/caddy/tree/v2#json-is-declarative-what-if-i-need-more-programmability-ie-imperative-syntax) - in Caddy 2 to extend the JSON configuration and add some logic. * [Copybara](https://github.com/google/copybara) is a tool for transforming and moving code between repositories. It embeds Starlark to configure the workflow. * [Delve](https://github.com/go-delve/delve) is a debugger for the Go