<s>
Mix	O
is	O
a	O
build	B-Application
automation	I-Application
tool	O
for	O
working	O
with	O
applications	O
written	O
in	O
the	O
Elixir	B-Language
programming	I-Language
language	I-Language
.	O
</s>
<s>
Soon	O
after	O
,	O
Mix	O
was	O
merged	O
into	O
the	O
Elixir	B-Language
programming	I-Language
language	I-Language
itself	O
and	O
to	O
this	O
day	O
is	O
one	O
of	O
the	O
six	O
applications	O
that	O
are	O
part	O
of	O
the	O
Elixir	B-Language
language	O
.	O
</s>
<s>
Mix	O
provides	O
functionality	O
for	O
creating	O
,	O
compiling	B-Language
,	O
and	O
testing	O
Elixir	B-Language
source	O
code	O
and	O
for	O
managing	O
dependencies	O
and	O
deploying	O
Elixir	B-Language
applications	O
.	O
</s>
<s>
Mix	O
provides	O
tasks	B-General_Concept
to	O
create	B-General_Concept
,	O
clean	O
,	O
build	O
,	O
compile	B-Language
,	O
run	B-General_Concept
,	O
and	O
test	O
Elixir	B-Language
applications	O
.	O
</s>
<s>
For	O
example	O
,	O
Mix	O
may	O
be	O
used	O
to	O
create	B-General_Concept
a	O
new	O
Elixir	B-Language
project	O
,	O
such	O
as	O
a	O
new	O
hello_world	O
application	O
.	O
</s>
<s>
Mix	O
uses	O
the	O
information	O
defined	O
in	O
a	O
Mix	O
Project	O
to	O
compile	B-Language
,	O
build	O
,	O
and	O
assemble	O
the	O
application	O
.	O
</s>
<s>
By	O
convention	O
,	O
this	O
information	O
is	O
typically	O
managed	O
in	O
an	O
Elixir	B-Language
script	O
file	O
named	O
mix.exs	O
.	O
</s>
<s>
As	O
the	O
Elixir	B-Language
build	B-Application
tool	I-Application
,	O
Mix	O
is	O
used	O
on	O
applications	O
that	O
target	O
the	O
Erlang	B-Operating_System
virtual	O
machine	O
(	O
as	O
opposed	O
to	O
the	O
Java	B-Language
virtual	I-Language
machine	I-Language
or	O
the	O
.NET	O
Common	O
Language	O
Runtime	O
)	O
.	O
</s>
<s>
Mix	O
is	O
used	O
with	O
web	O
applications	O
built	O
on	O
the	O
Phoenix	B-Application
framework	O
.	O
</s>
