blob: dae9e7f450b2ed136432c4d9838481fa0b5e002f [file] [log] [blame]
ricow@google.com62344052013-08-20 10:38:55 +00001The Dart SDK is a set of tools and libraries for the Dart programming language.
dgrove@google.com470ac9f2012-09-27 17:23:09 +00002
Michael Thomsenbaaf9202021-10-05 13:46:41 +00003You can find information about Dart online at https://dart.dev/.
dgrove@google.com470ac9f2012-09-27 17:23:09 +00004
5Here's a brief guide to what's in here:
6
Michael Thomsenbaaf9202021-10-05 13:46:41 +00007bin/ Binaries/scripts to compile, run, and manage Dart apps.
asiva5e508842021-10-25 16:08:40 +00008 dart Command line Dart tool
Michael Thomsenbaaf9202021-10-05 13:46:41 +00009 dartaotruntime Minimal Dart runtime for running AOT modules
Parker Lougheedbbdbd072023-11-21 10:33:22 +000010 resources/ Resource files for dartdoc and devtools
11 snapshots/ AppAOT and AppJIT snapshots of various tools
12 utils/ Tools used by Dart compilers
dgrove@google.com470ac9f2012-09-27 17:23:09 +000013
asiva5e508842021-10-25 16:08:40 +000014include/ header files that define the Dart embedding API for use by
15 - C/C++ applications that embed the Dart Virtual machine
16 - native libraries loaded into a dart application using FFI
17 (https://dart.dev/guides/libraries/c-interop)
18
Michael Thomsenbaaf9202021-10-05 13:46:41 +000019lib/ Libraries that are shipped with the Dart runtime. More
20 information is available at https://api.dart.dev.
dgrove@google.com470ac9f2012-09-27 17:23:09 +000021
asiva5e508842021-10-25 16:08:40 +000022LICENSE Description of Dart SDK license
23
24README This file
dgrove@google.com470ac9f2012-09-27 17:23:09 +000025
Michael Thomsenbaaf9202021-10-05 13:46:41 +000026revision The git commit ID of the SDK build
27 (for example, 020b3efd3f0023c5db2097787f7cf778db837a8f).
asiva5e508842021-10-25 16:08:40 +000028
29version The version number of the SDK (for example, 2.12.1).