Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact
Version 7 (modified by rasmus, 16 years ago)
--

This is a stub. You can help by expanding it

Package filename

Expressed in Augmented BNF

filename           = "tango-" (source_name | binary_name)
source_name        = tango_version *( "-" intended_for) *( "-" including ) [file_suffix]
binary_name        = tango_version "-" compiler "-" platform *( "-" intended_for) *( "-" including ) [file_suffix]
tango_version      = 1*DIGIT "." 1*DIGIT ["." 1*DIGIT]
compiler           = compiler_name [ compiler_version]
compiler_name      = 1*(ALPHA | DIGIT)
compiler_version   = 1*(ALPHA | DIGIT | "." | "-")
platform           = platform_name [ "-" platform_version] [ "-" architecture]
platform_name      = ("linux" | "win" | "win32" | "win64" | "macosx" | "solaris" | "skyos" | "bsd" | "darwin")
platform_version   = 1*(ALPHA | DIGIT | "." | "-")
architecture       = ("i386" | "i686" | "x64" | "ppc" | "sparc")
including          = "with" feature_identifier
intended_for       = "for" feature_identifier
feature_identifier = 1*(ALPHA | DIGIT | "." | "-" | "_")
file_suffix        = "." 1*(ALPHA | DIGIT | ".")

Examples

tango-0.99.6-src.tar.gz
tango-0.99.6-dmd.1.029-win32.zip
tango-0.99.6-gdc-macosx-10.5-i386-withGDC-withDSSS.pkg
tango-0.99.6-gdcr214-linux-gnu-i686-forDSSS-withDSSS-withGDC.sh
tango-0.99.6-gdc-macosx-universal.tar.bz2

Packages repository

http://downloads.dsource.org/projects/tango/<tango_version>

See also