Fri, 03 May 2024 12:59:34 UTC | login

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

ID152245
Package Nameocaml-ocamlnet
Version4.1.6
Release11.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-ocamlnet.git#16c8071f34412b96f2413b91db1a677d19575993
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
StartedSun, 29 Mar 2020 13:45:59 UTC
CompletedSun, 29 Mar 2020 16:33:06 UTC
Taskbuild (f33, /rpms/ocaml-ocamlnet.git:16c8071f34412b96f2413b91db1a677d19575993)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-ocamlnet.git#16c8071f34412b96f2413b91db1a677d19575993'}}
Tags
f33
RPMs
src
ocaml-ocamlnet-4.1.6-11.fc33.src.rpm (info) (download)
riscv64
ocaml-ocamlnet-4.1.6-11.fc33.riscv64.rpm (info) (download)
ocaml-ocamlnet-devel-4.1.6-11.fc33.riscv64.rpm (info) (download)
ocaml-ocamlnet-nethttpd-4.1.6-11.fc33.riscv64.rpm (info) (download)
ocaml-ocamlnet-nethttpd-devel-4.1.6-11.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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.