zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

hex_metadata.config (3289B)


      1 {<<"app">>,<<"earmark_parser">>}.
      2 {<<"build_tools">>,[<<"mix">>]}.
      3 {<<"description">>,
      4  <<"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.">>}.
      5 {<<"elixir">>,<<"~> 1.11">>}.
      6 {<<"files">>,
      7  [<<"lib">>,<<"lib/earmark_parser">>,<<"lib/earmark_parser/line.ex">>,
      8   <<"lib/earmark_parser/message.ex">>,<<"lib/earmark_parser/options.ex">>,
      9   <<"lib/earmark_parser/enum">>,<<"lib/earmark_parser/enum/ext.ex">>,
     10   <<"lib/earmark_parser/parser">>,
     11   <<"lib/earmark_parser/parser/footnote_parser.ex">>,
     12   <<"lib/earmark_parser/parser/list_info.ex">>,
     13   <<"lib/earmark_parser/parser/list_parser.ex">>,
     14   <<"lib/earmark_parser/parser/link_parser.ex">>,
     15   <<"lib/earmark_parser/helpers.ex">>,<<"lib/earmark_parser/ast">>,
     16   <<"lib/earmark_parser/ast/renderer">>,
     17   <<"lib/earmark_parser/ast/renderer/table_renderer.ex">>,
     18   <<"lib/earmark_parser/ast/renderer/html_renderer.ex">>,
     19   <<"lib/earmark_parser/ast/renderer/footnote_renderer.ex">>,
     20   <<"lib/earmark_parser/ast/renderer/ast_walker.ex">>,
     21   <<"lib/earmark_parser/ast/emitter.ex">>,
     22   <<"lib/earmark_parser/ast/inline.ex">>,<<"lib/earmark_parser/parser.ex">>,
     23   <<"lib/earmark_parser/context.ex">>,
     24   <<"lib/earmark_parser/line_scanner.ex">>,
     25   <<"lib/earmark_parser/ast_renderer.ex">>,<<"lib/earmark_parser/helpers">>,
     26   <<"lib/earmark_parser/helpers/yecc_helpers.ex">>,
     27   <<"lib/earmark_parser/helpers/line_helpers.ex">>,
     28   <<"lib/earmark_parser/helpers/ast_helpers.ex">>,
     29   <<"lib/earmark_parser/helpers/string_helpers.ex">>,
     30   <<"lib/earmark_parser/helpers/reparse_helpers.ex">>,
     31   <<"lib/earmark_parser/helpers/html_parser.ex">>,
     32   <<"lib/earmark_parser/helpers/leex_helpers.ex">>,
     33   <<"lib/earmark_parser/helpers/attr_parser.ex">>,
     34   <<"lib/earmark_parser/helpers/lookahead_helpers.ex">>,
     35   <<"lib/earmark_parser/helpers/pure_link_helpers.ex">>,
     36   <<"lib/earmark_parser/block">>,<<"lib/earmark_parser/block/list_item.ex">>,
     37   <<"lib/earmark_parser/block/html.ex">>,
     38   <<"lib/earmark_parser/block/ruler.ex">>,
     39   <<"lib/earmark_parser/block/html_oneline.ex">>,
     40   <<"lib/earmark_parser/block/code.ex">>,
     41   <<"lib/earmark_parser/block/id_def.ex">>,
     42   <<"lib/earmark_parser/block/para.ex">>,
     43   <<"lib/earmark_parser/block/fn_list.ex">>,
     44   <<"lib/earmark_parser/block/ial.ex">>,
     45   <<"lib/earmark_parser/block/list.ex">>,
     46   <<"lib/earmark_parser/block/table.ex">>,
     47   <<"lib/earmark_parser/block/heading.ex">>,
     48   <<"lib/earmark_parser/block/fn_def.ex">>,
     49   <<"lib/earmark_parser/block/html_comment.ex">>,
     50   <<"lib/earmark_parser/block/text.ex">>,
     51   <<"lib/earmark_parser/block/block_quote.ex">>,<<"lib/earmark_parser.ex">>,
     52   <<"src/link_text_lexer.xrl">>,<<"src/string_lexer.xrl">>,
     53   <<"src/link_text_parser.yrl">>,<<"mix.exs">>,<<"README.md">>,
     54   <<"RELEASE.md">>,<<"LICENSE">>]}.
     55 {<<"licenses">>,[<<"Apache-2.0">>]}.
     56 {<<"links">>,
     57  [{<<"Changelog">>,
     58    <<"https://github.com/RobertDober/earmark_parser/blob/master/RELEASE.md">>},
     59   {<<"GitHub">>,<<"https://github.com/RobertDober/earmark_parser">>}]}.
     60 {<<"name">>,<<"earmark_parser">>}.
     61 {<<"requirements">>,[]}.
     62 {<<"version">>,<<"1.4.29">>}.