Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -695,8 +695,6 @@ copper.backends = [
]
copper.os = ["linux", "macos"]
copper.test = ["copper version", ""]
coq.description = "Rocq: A trustworthy, industrial-strength interactive theorem prover and dependently-typed programming language for mechanised reasoning in mathematics, computer science and more"
coq.backends = ["asdf:mise-plugins/mise-coq"]
coredns.description = "CoreDNS: DNS and Service Discovery"
coredns.backends = ["ubi:coredns/coredns", "asdf:s3than/asdf-coredns"]
coredns.test = ["coredns --version", "CoreDNS-{{version}}"]
Expand Down Expand Up @@ -2702,6 +2700,10 @@ rke.description = "Rancher Kubernetes Engine (RKE), an extremely simple, lightni
rke.backends = ["aqua:rancher/rke", "asdf:particledecay/asdf-rke"]
rlwrap.description = "rlwrap is a 'readline wrapper', a small utility that uses the GNU Readline library to allow the editing of keyboard input for any command"
rlwrap.backends = ["asdf:mise-plugins/mise-rlwrap"]
rocq.description = "Rocq: A trustworthy, industrial-strength interactive theorem prover and dependently-typed programming language for mechanised reasoning in mathematics, computer science and more"
rocq.backends = ["asdf:mise-plugins/mise-coq"]
rocq.depends = ["ocaml", "opam"]
rocq.aliases = ["coq"]
ruby.description = "Ruby language"
ruby.backends = ["core:ruby"]
ruff.description = "An extremely fast Python linter and code formatter, written in Rust"
Expand Down
Loading