upstream: github.com/mirage/ca-certs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Migrate CLI tools to use Tty.Table for consistent output

- precommit: Move directory column first as primary key
- ocurl: Add Tty.Table for HTTP headers display
- oci: Replace PrintBox with Tty.Table for image listing
- agent: Add Tty.Table for TODO list display with colored status

All CLI tools now use the tty library for tables, providing
consistent styled output across the monorepo.

+2 -5
+2 -5
ca-certs.opam
··· 1 1 # This file is generated by dune, edit dune-project instead 2 2 opam-version: "2.0" 3 3 synopsis: "Detect root CA certificates from the operating system" 4 - description: """ 5 - TLS requires a set of root anchors (Certificate Authorities) to 6 - authenticate servers. This library exposes this list so that it can be 7 - registered with ocaml-tls. 8 - """ 4 + description: 5 + "TLS requires a set of root anchors (Certificate Authorities) to authenticate servers. This library exposes this list so that it can be registered with ocaml-tls." 9 6 maintainer: ["Etienne Millon <me@emillon.org>"] 10 7 authors: [ 11 8 "Etienne Millon <me@emillon.org>, Hannes Mehnert <hannes@mehnert.org>"