-
Notifications
You must be signed in to change notification settings - Fork 5
/
contents.txt
45 lines (31 loc) · 903 Bytes
/
contents.txt
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
Repository contents
Makefile
Project makefile
LICENSE.md
Project licensing and contributor information
contents.txt
This file
develop/
Utility scripts for use in development. Scripts should be run from project root
develop/regression.py
Unit testing script
doc/
Language, build etc documentation. I recommend starting with "build.md" or "intro.md"
Files are in Markdown, I recommend the Markdown Preview plugin for Chrome
install/
After build, executable will go here
resources/
Static files to be incorporated into package during build
sample/
Example Emily scripts (including automated tests)
sample/example
Example Emily scripts (from manual, for humans)
src/
All source code
src/_tags
Configuration file for "ocamlbuild"
src/main.ml
Program entry point
_tags
_build/
Intermediate build products, automatically created by make