File: version.ha

package info (click to toggle)
hare-update 0.25.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 516 kB
  • sloc: makefile: 31; sh: 14
file content (9 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
use glue;

// A Hare version which can be the target of an update operation.
export type version = struct {
	name: const str,
	down: const str,
	glue: *glue::glue,
	rules: []const *rule,
};