Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37766172
en ru br
ALT Linux repositórios
S:4.2.0-alt1

Group :: Desenvolvimento/ML
RPM: ocaml-uri

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: ocaml-uri-4.2.0-alt1.patch
Download


 .gear/ocaml-uri.spec                               | 82 ++++++++++++++++++++++
 .gear/rules                                        |  3 +
 .../tags/e7d1b701905e605c707bc4a484a1ab7d1ae74467  |  6 ++
 .gear/tags/list                                    |  1 +
 .gear/upstream/remotes                             |  3 +
 5 files changed, 95 insertions(+)
diff --git a/.gear/ocaml-uri.spec b/.gear/ocaml-uri.spec
new file mode 100644
index 0000000..dc3ca69
--- /dev/null
+++ b/.gear/ocaml-uri.spec
@@ -0,0 +1,82 @@
+%define libname uri
+Name: ocaml-%libname
+Version: 4.2.0
+Release: alt1
+Summary: An RFC3986 URI/URL parsing library for OCaml
+Group: Development/ML
+License: BSD
+Url: https://github.com/ocaml-ppx/ppx_derivers
+Source0: %name-%version.tar
+Patch0: %name-%version-%release.patch
+BuildRequires: dune >= 1.8
+BuildRequires: ocaml
+BuildRequires: ocaml-ounit-devel
+BuildRequires: ocaml-angstrom-devel
+BuildRequires: ocaml-ppxlib-devel
+BuildRequires: ocaml-ppx_sexp_conv-devel
+BuildRequires: ocaml-result-devel
+BuildRequires: ocaml-re-devel
+BuildRequires: ocaml-stringext-devel
+BuildRequires: ocaml-migrate-parsetree-devel
+
+%description
+his is an OCaml implementation of the RFC3986 specification for parsing URI
+or URLs.
+
+%package devel
+Summary: Development files for %name
+Group: Development/ML
+Requires: %name = %EVR
+
+%description devel
+The %name-devel package contains libraries and signature files for
+developing applications that use %name.
+
+%prep
+%setup
+%patch0 -p1
+
+%build
+sed -si 's,oUnit,ounit2,' lib_test/dune
+%dune_build --release @install
+
+%install
+%dune_install
+
+# Makes *.cmxs executable such that they will be stripped.
+find %buildroot -name '*.cmxs' -exec chmod 0755 {} \;
+
+%check
+%dune_check
+
+%files -f ocaml-files.runtime
+%doc README.md
+
+%files devel -f ocaml-files.devel
+
+%changelog
+* Thu Nov 04 2021 Anton Farygin <rider@altlinux.ru> 4.2.0-alt1
+- 4.2.0
+
+* Tue Mar 23 2021 Anton Farygin <rider@altlinux.org> 4.1.0-alt1
+- 4.1.0
+- cleanup spec
+
+* Thu Sep 10 2020 Anton Farygin <rider@altlinux.ru> 3.1.0-alt2
+- enabled sexp variant
+
+* Sat Feb 01 2020 Anton Farygin <rider@altlinux.ru> 3.1.0-alt1
+- 3.1.0
+
+* Wed Jul 31 2019 Anton Farygin <rider@altlinux.ru> 3.0.0-alt1
+- 3.0.0
+
+* Wed Mar 13 2019 Anton Farygin <rider@altlinux.ru> 2.2.0-alt1
+- 2.2.0
+
+* Tue Jan 22 2019 Anton Farygin <rider@altlinux.ru> 2.1.0-alt1
+- 2.1.0
+
+* Tue Nov 06 2018 Anton Farygin <rider@altlinux.ru> 2.0.0-alt1
+- first build for ALT
+
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..51cf515
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,3 @@
+spec:.gear/ocaml-uri.spec
+tar: v@version@:.
+diff: v@version@:. .
diff --git a/.gear/tags/e7d1b701905e605c707bc4a484a1ab7d1ae74467 b/.gear/tags/e7d1b701905e605c707bc4a484a1ab7d1ae74467
new file mode 100644
index 0000000..beca870
--- /dev/null
+++ b/.gear/tags/e7d1b701905e605c707bc4a484a1ab7d1ae74467
@@ -0,0 +1,6 @@
+object 0ff3efbbc235bef5a7d67cc01bc1dadbe2e859b9
+type commit
+tag v4.2.0
+tagger Anil Madhavapeddy <anil@recoil.org> 1619453360 +0100
+
+Distribution v4.2.0
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..088efa6
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+e7d1b701905e605c707bc4a484a1ab7d1ae74467 v4.2.0
diff --git a/.gear/upstream/remotes b/.gear/upstream/remotes
new file mode 100644
index 0000000..437886f
--- /dev/null
+++ b/.gear/upstream/remotes
@@ -0,0 +1,3 @@
+[remote "upstream"]
+	url = https://github.com/mirage/ocaml-uri
+	fetch = +refs/heads/*:refs/remotes/upstream/*
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009