dpath
Installing at Swi-Prolog toplevel
(preferred version of Swi-Prolog is 8.1.0 and later)
pack_install(dpath).
use_module(library(dpath)).
For Windows with extra features
pack_install(dpath).
use_module(library(dpath_win)).
Full path with version number for pack_install/1
pack_install('https://github.com/xpxaxsxi/dpath/archive/0.5.6.zip')
Changes from 0.5.3, 0.5.4, 0.5.5
Fixed an issue that caused pack_install/1 to fail
Changes from 0.5.2
Changes from 0.5.2
Renamed dpath_win to dpathw because more ergonomic when typing
Changes from 0.5.1
Fixed code fences that had an extra whitespace
Changes from 0.5.0
Renamed a module: win to dpath_win