Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6863223
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:45:23+00:00 2026-05-27T02:45:23+00:00

I want to use some libs in my application, like https://github.com/Panmind/erlang-ruby-marshal . That repo

  • 0

I want to use some libs in my application, like https://github.com/Panmind/erlang-ruby-marshal. That repo holds an src dir, but has no .app file (because it’s not an application), so I can’t use get-deps.

I tried another approach, adding a libs dir in sub_dirs and added the repo as a git submodule, but rebar won’t compile any of its files. I guess that rebar only compiles otp applications, but not just .erl files that aren’t tied to an application.

How do you manage those kind of dependencies? I would like to avoid copying the files to my app dir, because I don’t think they belong there, and I kind of like the git submodule approach, that allows me to keep track of the lib version I am using.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T02:45:24+00:00Added an answer on May 27, 2026 at 2:45 am

    Recent rebar supports raw option for dependencies. When this option is specific, rebar does not require the dependency to have a standard Erlang/OTP layout which assumes the presence of either “src/dependency_name.app.src” or “ebin/dependency_name.app” files (see more details here).

    For example:

    {deps, [
      {erlang_ruby_marshal, "",
        {git, "https://github.com/Panmind/erlang-ruby-marshal", {branch, master}},
        [raw]}
    ]}.
    

    Note that rebar will now be able to fetch it, but it still won’t compile it. As other commenters pointed out, there’s no reason why this dependency should not have an .app file. I would fork the repository and add the .app file to it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use some basic struct in C like the following: struct p
I want to use some features of python like as Tuples and Sets in
Hi have some forms that I want to use some basic php validation (regular
I m creating a game, in that i want to use some animation, but
I want to use some functions from a .cpp source file that has a
I use http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js but some compaty may block this site, so in this case
I want to port some existing j2se libraries (e.g. Apache Compression libs) to use
I want to use memcached gem (http://fauna.github.com/fauna/memcached/) on Mac OS X Lion (10.7.2). The
i want use some data from a website with web service. i have a
I want to use some Python libraries to replace MATLAB. How could I import

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.