Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

License

NotificationsYou must be signed in to change notification settings

Ledest/otpbp

Repository files navigation

Build Status

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

Current version of Erlang/OTP: 27.2.

Supported versions of Erlang/OTP: 20.3, 21.x, 22.x, 23.x, 24.x, 25.x, 26.0, 26.1, 26.2, 27.0, 27.1, 27.2

Usage

Addotpbp to yourrebar.config deps:

{deps, [otpbp]}.

or

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

Add{parse_transform, otpbp_pt} torebar.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

Languages


[8]ページ先頭

©2009-2025 Movatter.jp