-
Notifications
You must be signed in to change notification settings - Fork 7
/
Project.toml
39 lines (35 loc) · 1.2 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
authors = [
"ScottPJones <scottjones@alum.mit.edu>",
"Dahua Lin <lindahua@gmail.com>",
"John M Kuhn <jmkuhn@starpower.net>",
"Thomas Breloff <tom@breloff.com>",
"Alex Arslan <ararslan@comcast.net>",
"Chuan-Zheng Lee <czlee@stanford.edu>",
"Galen Lynch <galen.lynch@gmail.com>",
"Iain Dunning <iaindunning@gmail.com>",
"Joseph Kleinhenz <kleinhenz.joseph@gmail.com>",
"Keno Fischer <kfischer@college.harvard.edu>",
"Kevin Squire <kevin@secondspectrum.com>",
"Theodore Papamarkou <theodore.papamarkou@gmail.com>",
"Tony Fong <tony.hf.fong@gmail.com>",
"Tony Kelman <tony@kelman.net>",
"Viral B. Shah <viral@mayin.org>",
"Yichao Yu <yyc1992@gmail.com>",
"odow <o.dowson@gmail.com>",
"ranjanan <benditlikeranjan@gmail.com>"
]
desc = "C, Python, and type-defined numeric and string formatting"
keywords = ["Strings", "Formatting"]
license = "MIT"
name = "Format"
uuid = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
version = "1.3.7"
[deps]
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
[targets]
test = ["Test", "Random", "Printf"]
[compat]
julia = "1.4"