zf

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

hex_metadata.config (3199B)


      1 {<<"app">>,<<"makeup">>}.
      2 {<<"build_tools">>,[<<"mix">>]}.
      3 {<<"description">>,
      4  <<"Syntax highlighter for source code in the style of Pygments.">>}.
      5 {<<"elixir">>,<<"~> 1.6">>}.
      6 {<<"files">>,
      7  [<<"lib">>,<<"lib/makeup">>,<<"lib/makeup/token">>,
      8   <<"lib/makeup/token/utils">>,<<"lib/makeup/token/utils/hierarchy.ex">>,
      9   <<"lib/makeup/token/utils.ex">>,<<"lib/makeup/registry.ex">>,
     10   <<"lib/makeup/lexer">>,<<"lib/makeup/lexer/postprocess.ex">>,
     11   <<"lib/makeup/lexer/types.ex">>,<<"lib/makeup/lexer/groups.ex">>,
     12   <<"lib/makeup/lexer/combinators.ex">>,<<"lib/makeup/formatter.ex">>,
     13   <<"lib/makeup/formatters">>,<<"lib/makeup/formatters/html">>,
     14   <<"lib/makeup/formatters/html/html_formatter.ex">>,
     15   <<"lib/makeup/formatters/html/scripts">>,
     16   <<"lib/makeup/formatters/html/scripts/group_highlighter_javascript.js">>,
     17   <<"lib/makeup/styles">>,<<"lib/makeup/styles/html.ex">>,
     18   <<"lib/makeup/styles/html">>,<<"lib/makeup/styles/html/pygments">>,
     19   <<"lib/makeup/styles/html/pygments/tango.ex">>,
     20   <<"lib/makeup/styles/html/pygments/monokai.ex">>,
     21   <<"lib/makeup/styles/html/pygments/friendly.ex">>,
     22   <<"lib/makeup/styles/html/pygments/algol_nu.ex">>,
     23   <<"lib/makeup/styles/html/pygments/native.ex">>,
     24   <<"lib/makeup/styles/html/pygments/colorful.ex">>,
     25   <<"lib/makeup/styles/html/pygments/samba.ex">>,
     26   <<"lib/makeup/styles/html/pygments/pastie.ex">>,
     27   <<"lib/makeup/styles/html/pygments/xcode.ex">>,
     28   <<"lib/makeup/styles/html/pygments/paraiso-dark.ex">>,
     29   <<"lib/makeup/styles/html/pygments/paraiso-light.ex">>,
     30   <<"lib/makeup/styles/html/pygments/abap.ex">>,
     31   <<"lib/makeup/styles/html/pygments/rainbow_dash.ex">>,
     32   <<"lib/makeup/styles/html/pygments/manni.ex">>,
     33   <<"lib/makeup/styles/html/pygments/murphy.ex">>,
     34   <<"lib/makeup/styles/html/pygments/fruity.ex">>,
     35   <<"lib/makeup/styles/html/pygments/perldoc.ex">>,
     36   <<"lib/makeup/styles/html/pygments/trac.ex">>,
     37   <<"lib/makeup/styles/html/pygments/algol.ex">>,
     38   <<"lib/makeup/styles/html/pygments/autumn.ex">>,
     39   <<"lib/makeup/styles/html/pygments/rrt.ex">>,
     40   <<"lib/makeup/styles/html/pygments/arduino.ex">>,
     41   <<"lib/makeup/styles/html/pygments/bw.ex">>,
     42   <<"lib/makeup/styles/html/pygments/emacs.ex">>,
     43   <<"lib/makeup/styles/html/pygments/vs.ex">>,
     44   <<"lib/makeup/styles/html/pygments/default.ex">>,
     45   <<"lib/makeup/styles/html/pygments/igor.ex">>,
     46   <<"lib/makeup/styles/html/pygments/lovelace.ex">>,
     47   <<"lib/makeup/styles/html/pygments/borland.ex">>,
     48   <<"lib/makeup/styles/html/pygments/vim.ex">>,
     49   <<"lib/makeup/styles/html/style_map.ex">>,<<"lib/makeup/application.ex">>,
     50   <<"lib/makeup/lexer.ex">>,<<"lib/makeup.ex">>,<<"mix.exs">>,<<"README.md">>,
     51   <<"LICENSE">>,<<"CHANGELOG.md">>]}.
     52 {<<"licenses">>,[<<"BSD">>]}.
     53 {<<"links">>,
     54  [{<<"Changelog">>,<<"https://hexdocs.pm/makeup/changelog.html">>},
     55   {<<"Contributing">>,<<"https://hexdocs.pm/makeup/contributing.html">>},
     56   {<<"GitHub">>,<<"https://github.com/elixir-makeup/makeup">>}]}.
     57 {<<"name">>,<<"makeup">>}.
     58 {<<"requirements">>,
     59  [[{<<"app">>,<<"nimble_parsec">>},
     60    {<<"name">>,<<"nimble_parsec">>},
     61    {<<"optional">>,false},
     62    {<<"repository">>,<<"hexpm">>},
     63    {<<"requirement">>,<<"~> 1.2.2 or ~> 1.3">>}]]}.
     64 {<<"version">>,<<"1.1.0">>}.