| Did you know ... | Search Documentation: |
| Packs (add-ons) for SWI-Prolog |
| Title: | Prolog binding for uriparser |
|---|---|
| Rating: | Not rated. Create the first rating! |
| Latest version: | 1.0.5 |
| SHA1 sum: | 7b0246fa5a64952f8556e85c50efeb756157f21b |
| Author: | Wouter Beek <wouter@triply.cc> |
| Maintainer: | Wouter Beek <wouter@triply.cc> |
| Packager: | Wouter Beek <wouter@triply.cc> |
| Home page: | https://github.com/wouterbeek/prolog_uriparser |
| Download URL: | https://github.com/wouterbeek/prolog_uriparser/releases/*.zip |
No reviews. Create the first review!.
| Version | SHA1 | #Downloads | URL |
|---|---|---|---|
| 1.0.5 | 7b0246fa5a64952f8556e85c50efeb756157f21b | 11 | https://github.com/wouterbeek/prolog_uriparser/archive/1.0.5.zip |
| 1.0.4 | 936cfa07fa6ebc2629c7799adc81c5f754d6f625 | 4 | https://github.com/wouterbeek/prolog_uriparser/archive/1.0.4.zip |
| 1.0.3 | d9fd94a4bd925a3a2724e78b1be8abda0c7b1a16 | 2 | https://github.com/wouterbeek/prolog_uriparser/archive/1.0.3.zip |
| 1.0.2 | 5e67dce41526faf8596575b1cb82867e3d373361 | 1 | https://github.com/wouterbeek/prolog_uriparser/archive/1.0.2.zip |
| 1.0.1 | 6f71fc1a66f47eaf48a522b8b96c3412e29f2f54 | 1 | https://github.com/wouterbeek/prolog_uriparser/archive/1.0.1.zip |
| 1.0.0 | 81407a83ccfbe16b0ec914a81803dcc88c0a509d | 1 | https://github.com/wouterbeek/prolog_uriparser/archive/1.0.0.zip |
Prolog binding for the uriparser library.
apt install liburiparser-dev
Install this library:
swipl -g 'pack_install(prolog_uriparser)' -t halt
Include the library with the following declaration:
?- [library(uriparser)].
Then parse your first URI:
?- is_uri('https://check /').
false.
Pack contains 9 files holding a total of 15.3K bytes.