Further overhaul of package line comments.

This commit is contained in:
Jeroen van Rijn
2025-10-09 23:05:29 +02:00
parent 2bc409eab5
commit 7a9ea3ee6d
147 changed files with 155 additions and 186 deletions
+10 -11
View File
@@ -1,15 +1,5 @@
/*
Copyright 2022 Jeroen van Rijn <nom@duclavier.com>.
Made available under Odin's BSD-3 license.
List of contributors:
Jeroen van Rijn: Initial implementation.
Laytan: ARM and RISC-V CPU feature detection, iOS/macOS platform overhaul.
*/
/*
Package `core:sys/info` gathers system information on:
Windows, Linux, macOS, FreeBSD & OpenBSD.
Gathers system information on `Windows`, `Linux`, `macOS`, `FreeBSD` & `OpenBSD`.
Simply import the package and you'll have access to the OS version, RAM amount
and CPU information.
@@ -87,3 +77,12 @@ Example:
RAM: 8.0 GiB
*/
package sysinfo
/*
Copyright 2022 Jeroen van Rijn <nom@duclavier.com>.
Made available under Odin's BSD-3 license.
List of contributors:
Jeroen van Rijn: Initial implementation.
Laytan: ARM and RISC-V CPU feature detection, iOS/macOS platform overhaul.
*/
+1 -1
View File
@@ -1,4 +1,4 @@
// File contains implementations of the Orca API that are defined as macros in Orca.
// Implementations of the `Orca` API that are defined as macros in Orca.
package orca
+1 -1
View File
@@ -1,5 +1,5 @@
/*
Raw bindings for most POSIX APIs.
Raw bindings for most `POSIX` APIs.
Targets glibc and musl compatibility.