| Version | <%= h(@formula['version'].to_s) %> |
|---|---|
| License | <%= h(@formula['license'].to_s) %> |
| Homepage | <%= h(@formula['homepage'].to_s) %> |
| Dependencies |
<% dependencies.each do |dep| %>
dep: <%= h(dep.to_s) %>
<% end %>
|
| Formula File | <%= h(@formula['file_path'].to_s) %> |
| Last Modified | <%= h(@formula['last_modified'].to_s) %> |
| SHA256 |