[erlang-questions] Recommended standard Erlang project directory structure/layout...
Vance Shipley
vances@REDACTED
Wed Sep 17 21:56:35 CEST 2008
On Wed, Sep 17, 2008 at 02:37:42PM -0500, Joe Williams wrote:
> I have seen this layout use in a number of places and use it as well.
This is how OTP is structured.
Some other things which are standard practice aren't mentioned
in the directory structure sections of OTP Design Principals:
lib: OS driver libraries
bin: OS executables
c_src: C language source files (e.g. for drivers)
java_src: Java language source files
examples: Example code
mibs: SNMP MIBs
-Vance
More information about the erlang-questions
mailing list