xmake-pascal

Installation
SKILL.md

Building Pascal with Xmake

Xmake supports Pascal (via FreePascal fpc) since v2.5.8.

1. Minimal project

add_rules("mode.debug", "mode.release")

target("hello")
    set_kind("binary")
    add_files("src/main.pas")

Recognized extensions: .pas, .pp, .lpr.

2. Target kinds

Installs
3
GitHub Stars
16
First Seen
May 8, 2026
xmake-pascal — xmake-io/xmake-skills