G-Corp/jorel
{ "createdAt": "2015-01-04T18:57:54Z", "defaultBranch": "master", "description": "[MIRROR] Just anOther RELease assembler for Erlang/OTP Releases", "fullName": "G-Corp/jorel", "homepage": "https://gitlab.com/glejeune/jorel", "language": "Erlang", "name": "jorel", "pushedAt": "2019-04-26T12:55:56Z", "stargazersCount": 8, "topics": [], "updatedAt": "2021-07-24T09:22:01Z", "url": "https://github.com/G-Corp/jorel"}Just anOther RELease assembler for Erlang/OTP Releases
Section titled “Just anOther RELease assembler for Erlang/OTP Releases”Copyright (c) 2015 Grégoire Lejeune, 2015-2016 G-Corp
Version: 0.2.0
Authors: Gregoire Lejeune ([gregoire.lejeune@gmail.com]!(mailto:gregoire.lejeune@gmail.com)), Gregoire Lejeune ([greg@g-corp.io]!(mailto:greg@g-corp.io)).

Documentation
Section titled “Documentation”See jorel.in for documentation :
Contributing
Section titled “Contributing”- Fork it ( https://github.com/emedia-project/jorel/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Using erlang.mk plugins
Section titled “Using erlang.mk plugins”To use the erlang.mk plugins, add the following lines to your Makefile :
DEP_PLUGINS = jorelREL_DEPS = jorel
dep_jorel = git https://github.com/emedia-project/jorel.git masterThis will download and use the last binary released of Jorel.
If you prefer to compile Jorel, add the following lines to your Makefile :
DEP_PLUGINS = jorelREL_DEPS = jorelJOREL_BUILD = true
dep_jorel = git https://github.com/emedia-project/jorel.git masterThen you can run make jorel.release to create a release with Jorel.
See make help for more options.
Licence
Section titled “Licence”Copyright (c) 2015, Gregoire Lejeune
Copyright (c) 2015-2016, G-Corp
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Modules
Section titled “Modules”| jorel |
| jorel_log |