Packages

Phoenix Reactify is an open-source tool meant to add a simple React implementation to fresh Phoenix Applications.

Current section

Files

Jump to
phoenix_reactify deps earmark_parser hex_metadata.config
Raw

deps/earmark_parser/hex_metadata.config

{<<"app">>,<<"earmark_parser">>}.
{<<"build_tools">>,[<<"mix">>]}.
{<<"description">>,
<<"Earmark AST the parser and AST Generator for\nDave Thomas' Earmark.\n\nThe parser generates\nan Abstract Syntax Tree from Markdown.\n\nThe original Earmark will still provide the HTML Transformation and\nthe CLI, however its Scanner, Parser and AST Renderer have been\nextracted into this library.">>}.
{<<"elixir">>,<<"~> 1.10">>}.
{<<"files">>,
[<<"lib">>,<<"lib/earmark_parser">>,<<"lib/earmark_parser/line.ex">>,
<<"lib/earmark_parser/message.ex">>,<<"lib/earmark_parser/types.ex">>,
<<"lib/earmark_parser/options.ex">>,<<"lib/earmark_parser/error.ex">>,
<<"lib/earmark_parser/parser">>,
<<"lib/earmark_parser/parser/list_info.ex">>,
<<"lib/earmark_parser/parser/list_parser.ex">>,
<<"lib/earmark_parser/block.ex">>,<<"lib/earmark_parser/helpers.ex">>,
<<"lib/earmark_parser/ast">>,<<"lib/earmark_parser/ast/renderer">>,
<<"lib/earmark_parser/ast/renderer/table_renderer.ex">>,
<<"lib/earmark_parser/ast/renderer/html_renderer.ex">>,
<<"lib/earmark_parser/ast/renderer/ast_walker.ex">>,
<<"lib/earmark_parser/ast/renderer/footnote_list_renderer.ex">>,
<<"lib/earmark_parser/ast/emitter.ex">>,
<<"lib/earmark_parser/ast/inline.ex">>,<<"lib/earmark_parser/parser.ex">>,
<<"lib/earmark_parser/context.ex">>,
<<"lib/earmark_parser/line_scanner.ex">>,
<<"lib/earmark_parser/ast_renderer.ex">>,<<"lib/earmark_parser/helpers">>,
<<"lib/earmark_parser/helpers/yecc_helpers.ex">>,
<<"lib/earmark_parser/helpers/line_helpers.ex">>,
<<"lib/earmark_parser/helpers/html_helpers.ex">>,
<<"lib/earmark_parser/helpers/ast_helpers.ex">>,
<<"lib/earmark_parser/helpers/string_helpers.ex">>,
<<"lib/earmark_parser/helpers/reparse_helpers.ex">>,
<<"lib/earmark_parser/helpers/html_parser.ex">>,
<<"lib/earmark_parser/helpers/leex_helpers.ex">>,
<<"lib/earmark_parser/helpers/attr_parser.ex">>,
<<"lib/earmark_parser/helpers/lookahead_helpers.ex">>,
<<"lib/earmark_parser/helpers/pure_link_helpers.ex">>,
<<"lib/earmark_parser/helpers/link_parser.ex">>,<<"lib/earmark_parser.ex">>,
<<"src/link_text_lexer.xrl">>,<<"src/string_lexer.xrl">>,
<<"src/link_text_parser.yrl">>,<<"mix.exs">>,<<"README.md">>,
<<"RELEASE.md">>,<<"LICENSE">>]}.
{<<"licenses">>,[<<"Apache-2.0">>]}.
{<<"links">>,
[{<<"Changelog">>,
<<"https://github.com/RobertDober/earmark_parser/blob/master/RELEASE.md">>},
{<<"GitHub">>,<<"https://github.com/RobertDober/earmark_parser">>}]}.
{<<"name">>,<<"earmark_parser">>}.
{<<"requirements">>,[]}.
{<<"version">>,<<"1.4.13">>}.