Пакет ocaml-ocamlnet: Информация

    Исходный пакет: ocaml-ocamlnet
    Версия: 4.1.9-alt6
    Собран:  12 марта 2026 г. 17:17
    Категория: Разработка/ML
    Сообщить об ошибке в пакете
    Домашняя страница: https://projects.camlcity.org/projects/ocamlnet.html

    Лицензия: BSD-3-Clause
    О пакете: Network protocols for OCaml
    Описание: 
    Ocamlnet 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).

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    ocaml-ocamlnet (loongarch64)
    ocaml-ocamlnet-debuginfo (loongarch64)
    ocaml-ocamlnet-devel (loongarch64)
    ocaml-ocamlnet-nethttpd (loongarch64)
    ocaml-ocamlnet-nethttpd-devel (loongarch64)

    Сопровождающий: Anton Farygin

    Список участников:
    Anton Farygin

      1. /dev/shm
      2. libkrb5-devel
      3. libncurses-devel
      4. libnettle-devel
      5. ocaml >= 4.04
      6. ocaml-camlzip-devel
      7. rpm-build-ocaml >= 1.6.1
      8. libgnutls-devel
      9. ocaml-findlib-devel
      10. ocaml-labltk-devel
      11. tcl-devel
      12. ocaml-ocamldoc
      13. ocaml-pcre-devel

    Последнее изменение


    6 марта 2026 г. Anton Farygin 4.1.9-alt6
    - added patch from fedora to fix build with
      OCaml >= 5 (conflicting declaration of caml_ba_element_size)
    17 января 2025 г. Anton Farygin 4.1.9-alt5
    - renamed build dependency ocaml-zip-devel to ocaml-camlzip-devel
    - fixed build with gcc 14
    12 сентября 2024 г. Anton Farygin 4.1.9-alt4
    - ocaml 5.2: added patches from upstream git and fedora