rest-0.9.1

rest の概要

The rest package contains a library that was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

rest の依存パッケージ

必須

JSON-GLib-1.8.0, libsoup-3.4.4, make-ca-1.13

推奨

任意

Gi-DocGen-2023.3, libadwaita-1.4.2, gtksourceview5-5.10.0 (デモ構築のため), Vala-0.56.14

rest のインストール

以下のコマンドを実行して rest をビルドします。

mkdir build &&
cd    build &&

meson setup --prefix=/usr       \
            --buildtype=release \
            -Dexamples=false    \
            -Dgtk_doc=false     \
            ..                  &&
ninja

If you have Gi-DocGen-2023.3 installed and wish to build the API documentation for this package, issue:

sed "/output/s/librest-1.0/rest-0.9.1/" -i ../docs/meson.build &&
meson configure -Dgtk_doc=true                                 &&
ninja

ビルド結果をテストする場合は ninja test を実行します。

root ユーザーになって以下を実行します。

ninja install

コマンド説明

--buildtype=release: 本パッケージの安定版リリース向けに適したビルドタイプを指定します。 デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。

-Dgtk_doc=false: Allow building this package without Gi-DocGen-2023.3 installed. If you have Gi-DocGen-2023.3 installed and you wish to rebuild and install the API documentation, a meson configure command will reset this option.

-Dexamples=false: Remove this option if libadwaita-1.4.2 and gtksourceview5-5.10.0 are installed and you wish to build the demonstration application provided by this package.

-Dvapi=true: Use this switch if Vala-0.56.14 is installed and you wish to build the Vala bindings provided by this package.

パッケージ構成

インストールプログラム: librest-demo (任意ビルド)
インストールライブラリ: librest-1.0.so, librest-extras-1.0.so
インストールディレクトリ: /usr/include/rest-1.0, /usr/share/gtk-doc/html/rest-1.0

概略説明

librest-demo

provides an example of how to use the RESTful Web API Query functions

librest-1.0.so

contains the RESTful Web API Query functions

librest-extras-1.0.so

contains extra RESTful Web API Query functions