A ::styles-wrapper
record set.
Record Set
A vector of valid ::style
records.
A ::style
record wrapped in a :style
map.
Record
A record representing a beer style.
A non-negative IEEE-754 floating point number representing the maximum recommended ABV percentage for the style.
Percentage
:abv-max
0.04
A non-negative IEEE-754 floating point number representing the minimum recommended ABV percentage for the style.
Percentage
:abv-min
0.032
A non-empty string denoting a display value for the range of ABV levels formatted for display in arbitrary units.
Text
:abv-range
"8.0-11.2%"
A non-negative IEEE-754 floating point number representing the maximum carbonation for this style in volumes of CO2.
Percentage
:carb-max
2.2
A non-negative IEEE-754 floating point number representing the minimum carbonation for this style in volumes of CO2.
Percentage
:carb-min
1.5
A non-empty string denoting a display value for the range of carbonation volumes formatted for display in arbitrary units.
Text
:carb-range
"2.0-2.6 vols CO2"
A non-empty string denoting the category this style belongs to.
Text
:category
"American Lagers"
A non-empty string denoting the category number of this style. The category number is a string because it can be a letter followed by a number, e.g. 'A1' on some guides.
Text
:category-number
"1"
A non-negative IEEE-754 floating point number representing the darkest color in SRM for the style.
Floating Point
:color-max
40
A non-negative IEEE-754 floating point number representing the lightest color in SRM for the style.
Floating Point
:color-min
32
A non-empty string denoting a display value for the range of colors formatted for display in arbitrary units.
Text
:color-range
"10 - 22 SRM"
A non-empty string denoting a display value for the maximum color formatted for display in arbitrary units.
Text
:display-color-max
"40 SRM"
A non-empty string denoting a display value for the minimum color formatted for display in arbitrary units.
Text
:display-color-min
"32SRM"
A non-empty string denoting a display value for the maximum final gravity formatted for display in arbitrary units.
Text
:display-fg-max
"1.050sg"
A non-empty string denoting a display value for the minimum final gravity formatted for display in arbitrary units.
Text
:display-fg-min
"1.036sg"
A non-empty string denoting a display value for the maximum original gravity formatted for display in arbitrary units.
Text
:display-og-max
"1.050sg"
A non-empty string denoting a display value for the minimum original gravity formatted for display in arbitrary units.
Text
:display-og-min
"1.036sg"
A non-empty string denoting example beers of this style.
Text
:examples
"Every overly citrus IPA on the market."
A non-negative IEEE-754 floating point number representing the maximum post-fermentation specific gravity for the style.
Floating Point
:fg-max
1.06
A non-negative IEEE-754 floating point number representing the minimum post-fermentation specific gravity for the style.
Floating Point
:fg-min
1.048
A non-empty string denoting a display value for the range of final gravities formatted for display in arbitrary units.
Text
:fg-range
"1.036sg-1.050sg"
A non-negative IEEE-754 floating point number representing the maximum bitterness in IBUs for the style.
Floating Point
:ibu-max
40
A non-negative IEEE-754 floating point number representing the minimum bitterness in IBUs for the style.
Floating Point
:ibu-min
32
A non-empty string denoting a display value for the range of International Bittering Units formatted for display in arbitrary units.
Text
:ibu-range
"10-20IBUs"
A non-empty string denoting the suggested ingredients for the style.
Text
:ingredients
"water, barley, and hops."
A non-empty string representing the name of the ingredient.
Text
:name
"Citra"
A non-empty string representing any notes about the subject.
Text
:notes
"A wonderful, zesty aroma."
A non-negative IEEE-754 floating point number representing the maximum pre-fermentation specific gravity for the style.
Floating Point
:og-max
1.06
A non-negative IEEE-754 floating point number representing the minimum pre-fermentation specific gravity for the style.
Floating Point
:og-min
1.048
A non-empty string denoting a display value for the range of original gravities formatted for display in arbitrary units.
Text
:og-range
"1.036sg-1.050sg"
A non-empty string denoting the aroma and flavor profile of the style.
Text
:profile
"Full-bodied and dark."
A non-empty string denoting the name of the style guide the style/category belongs to.
Text
:style-guide
"BJCP"
A non-empty string denoting the letter used to denote the style or sub-style.
Text
:style-letter
"A"
A case-sensitive string representing the type of beverage the style dictates. Must be one of: "Lager", "Cider", "Mixed", "Mead", "Wheat", "Ale"
Ale: A top-fermented beer with a fruity, hoppy taste and a dry finish.
Cider: A fermented beverage made from fruit and water.
Lager: A light, bottom-fermented beer with a clean, crisp taste and a smooth finish.
Mead: A fermented beverage made from honey and water.
Mixed: A beer style that blends two or more styles.
Wheat: A beer made with a large proportion of wheat malt.
BeerXML Type: List
Clojure Key Name: :type
Clojure Type: String
Example: "Lager"
An integer representing the version of the BeerXML standard implemented in a given record. Currently, only 1 exists.
Integer
:version
1
Can you improve this documentation? These fine people already did:
Nick Nichols & Nick A NicholsEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close