File ocaml-gapi.spec of Package ocaml-gapi
#
# spec file for package ocaml-gapi
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2016 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: ocaml-gapi
Version: 0.4.6
Release: 0
%{?ocaml_preserve_bytecode}
Summary: A simple OCaml client for Google Services
License: MIT
Group: Development/Languages/OCaml
URL: https://opam.ocaml.org/packages/gapi-ocaml
Source0: %name-%version.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-cppo
BuildRequires: ocaml-dune >= 2.0
BuildRequires: ocaml-rpm-macros >= 20240909
BuildRequires: ocamlfind(camlp-streams)
BuildRequires: ocamlfind(cryptokit)
BuildRequires: ocamlfind(curl)
BuildRequires: ocamlfind(extlib)
BuildRequires: ocamlfind(oUnit)
BuildRequires: ocamlfind(str)
BuildRequires: ocamlfind(threads)
BuildRequires: ocamlfind(xmlm)
BuildRequires: ocamlfind(yojson)
%description
gapi-ocaml is a simple, unofficial, OCaml client for Google Services. The
library supports ClientLogin, OAuth 1.0a, and OAuth 2.0 authentication.
Supported RESTful APIs:
* Calendar APIs v3
* Google+ API v1
* Tasks API v1
* APIs Discovery Service v1
* URL Shortener API v1
* OAuth2 API v2
* Custom Search API v1
* Google Analytics API v3
* Page Speed Online API v1
* Blogger API v2
* Site Verification API v1
* AdSense Management API v1.1
* BigQuery API v2
* Drive API v2
* Drive API v3
* Gmail API v1
* Sheets API v4
Features
* Monadic interface
* [Functional lenses](http://astrada.github.com/gapi-ocaml/GapiLens.html) to
access data structures
* Service generator (experimental): a tool for generating client libraries for
APIs based on the Google API Discovery format
%package devel
Summary: Development files for %name
Group: Development/Languages/OCaml
Requires: %name = %version
Requires: ocaml-gapi
%description devel
The %name-devel package contains libraries and signature files for
developing applications that use %name.
%prep
%autosetup -p1
%build
dune_release_pkgs='gapi-ocaml'
%ocaml_dune_setup
%ocaml_dune_build
%install
%ocaml_dune_install
%ocaml_create_file_list
%check
%ocaml_dune_test
%files -f %name.files
%doc README.md
%files devel -f %name.files.devel
%changelog