Skip to content
Merged
Changes from 1 commit
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,10 @@ 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"]
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"]
coredns.description = "CoreDNS: DNS and Service Discovery"
coredns.backends = ["ubi:coredns/coredns", "asdf:s3than/asdf-coredns"]
coredns.test = ["coredns --version", "CoreDNS-{{version}}"]
Expand Down
Loading