Skip to content
/ otpbp Public

Parse transformer for use new OTP functions in old Erlang/OTP releases

License

Notifications You must be signed in to change notification settings

Ledest/otpbp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,265 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTP Backports (otpbp)

Build Status

Parse transformer that implements some new OTP functions in old Erlang/OTP releases.

Current version of Erlang/OTP: 28.1.

Supported versions of Erlang/OTP: 20.3, 21.x, 22.x, 23.x, 24.x, 25.x, 26.x, 27.x, 28.0, 28.1

Usage

Add otpbp to your rebar.config deps:

{deps, [otpbp]}.

or

{deps, [otpbp, "~> 7.9"]}.

Add {parse_transform, otpbp_pt} to rebar.config erl_opts

or

-compile({parse_transform, otpbp_pt}).

or

-include_lib("otpbp/include/otpbp_pt.hrl").

to separate modules.

About

Parse transformer for use new OTP functions in old Erlang/OTP releases

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 29

Languages