Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
pdl # PDL
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
pdl # PDL
];
}
Package Definition
{
"pname": "pdl",
"version": "0.6.2",
"src": {
"url": "https://github.com/IBM/prompt-declaration-language/releases/download/v0.6.2/PDL_0.6.2_universal.dmg",
"sha256": "45e982b7a3efa1c55b75a10f70df6af6da28fb0b7f5176a7adc4919135697369"
},
"installPhase": [
"mkdir -p \"$out/Applications/PDL.app\" && cp -r \"PDL.app\" \"$out/Applications\"",
"mkdir -p \"$out/bin\" && ln -s \"$out/Applications/PDL.app/Contents/MacOS/PDL\" \"$out/bin/pdl\""
],
"meta": {
"description": "Declarative language for creating reliable, composable LLM prompts",
"homepage": "https://ibm.github.io/prompt-declaration-language/"
}
}
Version History
0.7.1 (NixCasks v4)
1 July 2025, 00:00 0.7.0 (NixCasks v4)
26 June 2025, 00:00 0.6.2 (NixCasks v4)
4 June 2025, 00:00 0.6.1 (NixCasks v4)
19 April 2025, 00:00 0.6.0 (NixCasks v4)
9 April 2025, 00:00 0.5.1 (NixCasks v4)
27 March 2025, 00:00 0.5.0 (NixCasks v4)
20 March 2025, 00:00 0.4.2 (NixCasks v4)
17 March 2025, 00:00 0.4.1 (NixCasks v4)
7 March 2025, 09:14 0.4.1 (NixCasks v3)
5 March 2025, 00:00 0.4.1 (NixCasks v2)
4 March 2025, 19:10 0.4.1 (NixCasks v1)
2 March 2025, 00:00 0.3.0 (NixCasks v1)
20 February 2025, 00:00