.gear/ocaml-conduit.spec | 67 ++++++++++++++++++++++ .gear/rules | 3 + .../tags/0a01d4414fb65a97c2a2e92f8c51f6fda80c5cd5 | 11 ++++ .gear/tags/list | 1 + 4 files changed, 82 insertions(+) diff --git a/.gear/ocaml-conduit.spec b/.gear/ocaml-conduit.spec new file mode 100644 index 0000000..1826097 --- /dev/null +++ b/.gear/ocaml-conduit.spec @@ -0,0 +1,67 @@ +%define modulename conduit +Name: ocaml-%modulename +Version: 5.1.0 +Release: alt1 +Summary: An OCaml network connection establishment library +License: ISC +Group: Development/ML +URL: https://github.com/mirage/ocaml-conduit +Source: %name-%version.tar +Patch0: %name-%version-%release.patch +BuildRequires: dune +BuildRequires: ocaml-logs-devel +BuildRequires: ocaml-uri-devel +BuildRequires: ocaml-lwt-devel +BuildRequires: ocaml-base-devel +BuildRequires: ocaml-sexplib-devel +BuildRequires: ocaml-astring-devel +BuildRequires: ocaml-ppx_sexp_conv-devel +BuildRequires: ocaml-ipaddr-devel +BuildPreReq: rpm-build-ocaml >= 1.4 + +%description +%summary + +%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 +%dune_build -p %modulename,%modulename-lwt,%modulename-lwt-unix + +%install +%dune_install %modulename %modulename-lwt %modulename-lwt-unix + +# tests disabled due to need packages from the mirageOS +#check +#dune_check + +%files -f ocaml-files.runtime +%doc README.md LICENSE.md CHANGES.md + +%files devel -f ocaml-files.devel + +%changelog +* Mon Mar 28 2022 Anton Farygin 5.1.0-alt1 +- 5.1.0 + +* Mon Jan 03 2022 Anton Farygin 5.0.0-alt1 +- 5.0.0 + +* Thu Nov 04 2021 Anton Farygin 4.0.2-alt1 +- 4.0.2 + +* Wed Sep 08 2021 Anton Farygin 4.0.1-alt1 +- 4.0.1 + +* Fri Sep 11 2020 Anton Farygin 2.2.2-alt1 +- first build for ALT diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..ce67150 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,3 @@ +tar: v@version@:. +diff: v@version@:. . +spec: .gear/ocaml-conduit.spec diff --git a/.gear/tags/0a01d4414fb65a97c2a2e92f8c51f6fda80c5cd5 b/.gear/tags/0a01d4414fb65a97c2a2e92f8c51f6fda80c5cd5 new file mode 100644 index 0000000..7a6c202 --- /dev/null +++ b/.gear/tags/0a01d4414fb65a97c2a2e92f8c51f6fda80c5cd5 @@ -0,0 +1,11 @@ +object 033cfd416f612095a3b6e67fedbc1dc779543201 +type commit +tag v5.1.0 +tagger Hannes Mehnert 1646216922 +0100 + +Release 5.1.0 + +CHANGES: + +* conduit-mirage: avoid exception in TLS.listen (#413 @hannesm) +* conduit-mirage: update to tcpip 6.0.0 and remove mirage-stack dependency (#413 @hannesm) diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..dcb5d33 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +0a01d4414fb65a97c2a2e92f8c51f6fda80c5cd5 v5.1.0