forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.devel
66 lines (54 loc) · 1.89 KB
/
README.devel
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
===========================
Chapel developer's file map
===========================
The README and README.files files in this directory are intended for
the end-user whose directory and file structure differs somewhat from
what a developer would see in their git tree. This file is meant to
provide similar information as README.files for developers, and to map
between the developer directory structure and the release directory
structure.
The following files/directories are ones that are the same and in the
same place for developers and end users. See README.files for a
description:
./
ACKNOWLEDGEMENTS.md
CHANGES.md
CONTRIBUTORS.md
COPYRIGHT
GOALS.md
LICENSE
LICENSE.chapel
PERFORMANCE.md
QUICKSTART.rst
README.files
README.rst
STATUS
Makefile
bin/
compiler/
highlight/
lib/
make/
modules/
runtime/
third-party/
tools/
util/
The following files/directories in the release are based on those in
the git tree, but not exactly the same:
doc/ : this directory is built from a
combination of the doc/ directory and
some documents that are generated by the 'make docs' script,
when building the html documentation.
examples/ : for the end user, this directory is taken wholesale
from test/release/examples in the developer hierarchy
(with outdated subdirectories pruned).
man/ : for the developer, this directory contains the sources
for our man page as well as for the man page itself, built
using "make man" from the top-level directory. For
users, this directory only contains the resulting man
page structure.
The following files/directories are for developers only:
README.devel : this file
spec/ : the LaTeX sources for the language specification
test/ : the Chapel testing system in all its glory