forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.files
33 lines (31 loc) · 1.83 KB
/
README.files
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
=====================================================
Chapel Compiler Release Directory Structure and Files
=====================================================
The following list gives an overview of $CHPL_HOME's directory
structure. Most subdirectories contain a README file to provide
further information about the files and directories that they contain.
./
README.rst : top-level README with quick-start information
README.files : this file
ACKNOWLEDGEMENTS : funding agencies and HPC centers who supported this work
CHANGES : a list of changes since the previous releases
CONTRIBUTORS : a list of contributors to the Chapel project
COPYRIGHT : copyright information
GOALS : the goals of this release
LICENSE : license information for the Chapel release as a whole
LICENSE.chapel : license statement for the Chapel implementation itself
STATUS : a list of unimplemented features and known bugs
Makefile : top-level Makefile for building the compiler and runtime
bin/ : location of the compiler (chpl) once it's been built
compiler/ : source code for the compiler
doc/ : documentation and READMEs
examples/ : example Chapel codes
highlight/ : syntax coloring modes for emacs, vim, source-highlight
lib/ : stores the runtime and launcher libraries, once built
make/ : Makefile settings for various compilers and platforms
man/ : man pages for the Chapel compiler (chpl)
modules/ : standard and internal Chapel modules
runtime/ : source code for Chapel's runtime libraries
third-party/ : third-party software used by Chapel
tools/ : tools that can be used with Chapel programs
util/ : utility scripts