File: constants.d

package info (click to toggle)
sambamba 1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,528 kB
  • sloc: sh: 220; python: 166; ruby: 147; makefile: 103
file content (5 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (4)
1
2
3
4
5
module bio.std.sff.constants;

immutable SFF_MAGIC = 0x2E736666;

immutable char[4] SFF_VERSION = [0, 0, 0, 1];