GithubHelp home page GithubHelp logo

diesel's Introduction

Diesel

A toolkit to build DSLs in Elixir

Installation

The package can be installed by adding diesel to your list of dependencies in mix.exs:

def deps do
  [
    {:diesel, "~> 0.5"}
  ]
end

Documentation

Documentation is available in Hex

diesel's People

Contributors

pedro-gutierrez avatar

Stargazers

Camilo avatar Josh Price avatar Austin Ziegler avatar James B. Ross avatar Mohammed Zeglam avatar bun avatar

Watchers

 avatar

diesel's Issues

Restrict credo and ex_doc to :dev and :test

The dependencies credo and ex_doc should be restricted like:

      ...
      {:credo, "~> 1.7", only: [:dev, :test], runtime: false},
      {:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
      ...

So that users of diesel do not have any conflicts, like:

Dependencies have diverged:
* credo (Hex package)
  the :only option for dependency credo

  > In mix.exs:
    {:credo, "~> 1.6", [env: :prod, hex: "credo", only: [:dev, :test], runtime: false, repo: "hexpm"]}

  does not match the :only option calculated for

  > In deps/diesel/mix.exs:
    {:credo, "~> 1.7", [env: :prod, hex: "credo", repo: "hexpm", optional: false]}

  Remove the :only restriction from your dep
* ex_doc (Hex package)
  the :only option for dependency ex_doc

  > In mix.exs:
    {:ex_doc, "~> 0.31", [env: :prod, hex: "ex_doc", only: [:dev, :test], runtime: false, repo: "hexpm"]}

  does not match the :only option calculated for

  > In deps/diesel/mix.exs:
    {:ex_doc, ">= 0.0.0", [env: :prod, hex: "ex_doc", repo: "hexpm", optional: false]}

  Remove the :only restriction from your dep
** (Mix) Can't continue due to errors on dependencies

The suggested solution in this output is not really a solution, because nobody needs the dependencies in a release.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.