Fri, 26 Apr 2024 04:43:39 UTC | login

Information for build ocaml-ocamlnet-4.1.6-15.fc33

ID157975
Package Nameocaml-ocamlnet
Version4.1.6
Release15.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-ocamlnet.git#e9f1a1dbf60d1ae650eff986675ce28d5875fb37
SummaryNetwork protocols for OCaml
DescriptionOcamlnet is an ongoing effort to collect modules, classes and functions that are useful to implement network protocols. Since version 2.2, Ocamlnet incorporates the Equeue, RPC, and Netclient libraries, so it now really a big player. In detail, the following features are available: * netstring is about processing strings that occur in network context. Features: MIME encoding/decoding, Date/time parsing, Character encoding conversion, HTML parsing and printing, URL parsing and printing, OO-representation of channels, and a lot more. * netcgi2 focuses on portable web applications. * rpc implements ONCRPC (alias SunRPC), the remote procedure call technology behind NFS and other Unix services. * netplex is a generic server framework. It can be used to build stand-alone server programs from individual components like those from netcgi2, nethttpd, and rpc. * netclient implements clients for HTTP (version 1.1, of course), FTP (currently partially), and Telnet. * equeue is an event queue used for many protocol implementations. It makes it possible to run several clients and/or servers in parallel without having to use multi-threading or multi-processing. * shell is about calling external commands like a Unix shell does. * netshm provides shared memory for IPC purposes. * netsys contains bindings for system functions missing in core OCaml. * netsmtp and netpop are client implementations of the SMTP and POP3 protocols. * Bindings for GnuTLS and GSSAPI (TLS/HTTPS support).
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 08 May 2020 10:57:53 UTC
CompletedFri, 08 May 2020 13:03:33 UTC
Taskbuild (f33, /rpms/ocaml-ocamlnet.git:e9f1a1dbf60d1ae650eff986675ce28d5875fb37)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-ocamlnet.git#e9f1a1dbf60d1ae650eff986675ce28d5875fb37'}}
Tags
f33
RPMs
src
ocaml-ocamlnet-4.1.6-15.fc33.src.rpm (info) (download)
riscv64
ocaml-ocamlnet-4.1.6-15.fc33.riscv64.rpm (info) (download)
ocaml-ocamlnet-devel-4.1.6-15.fc33.riscv64.rpm (info) (download)
ocaml-ocamlnet-nethttpd-4.1.6-15.fc33.riscv64.rpm (info) (download)
ocaml-ocamlnet-nethttpd-devel-4.1.6-15.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Mon May 04 2020 Richard W.M. Jones <rjones@redhat.com> - 4.1.6-15 - OCaml 4.11.0+dev2-2020-04-22 rebuild * Tue Apr 21 2020 Richard W.M. Jones <rjones@redhat.com> - 4.1.6-14 - OCaml 4.11.0 pre-release attempt 2 * Fri Apr 17 2020 Richard W.M. Jones <rjones@redhat.com> - 4.1.6-13 - OCaml 4.11.0 pre-release * Thu Apr 02 2020 Richard W.M. Jones <rjones@redhat.com> - 4.1.6-12 - Update all OCaml dependencies for RPM 4.16. * Wed Feb 26 2020 Richard W.M. Jones <rjones@redhat.com> - 4.1.6-11 - OCaml 4.10.0 final. * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.6-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 4.1.6-9 - OCaml 4.10.0+beta1 rebuild. * Fri Nov 08 2019 Richard W.M. Jones <rjones@redhat.com> - 4.1.6-8 - Bump and rebuild (RHBZ#1770380). * Sat Jul 27 2019 Richard W.M. Jones <rjones@redhat.com> - 4.1.6-7 - Remove camlp4 dependency. * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jul 11 2018 Richard W.M. Jones <rjones@redhat.com> - 4.1.6-3 - OCaml 4.07.0 (final) rebuild. * Tue Jun 19 2018 Richard W.M. Jones <rjones@redhat.com> - 4.1.6-2 - OCaml 4.07.0-rc1 rebuild. * Tue May 15 2018 Richard W.M. Jones <rjones@redhat.com> - 4.1.6-1 - New upstream version 4.1.6. - Remove upstream patch.