Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Dec 31, 2023
1 parent f636343 commit 6af1d49
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Contains xtd sources.

* [xtd.core](xtd.core) library contains all fundamental classes to access Hardware, Os, System, and more.
* [xtd.core.native](xtd.core.native) library contains internal native API definitions to access underlying operating system used by xtd.core library.
* [xtd.core.native.linux](xtd.core.native.linux) library is based on Linux operating system.
* [xtd.core.native.macos](xtd.core.native.macos) library is based on macOS operating system.
* [xtd.core.native.posix](xtd.core.native.posix) library is based on Posix operating system.
* [xtd.core.native.unix](xtd.core.native.unix) library is based on Unix operating system (like FreeBSD).
* [xtd.core.native.win32](xtd.core.native.win32) library is based on Windows operating system.
* [xtd.core.native.linux](xtd.core.native.linux) library is based on [Linux](https://linux.org) operating system.
* [xtd.core.native.macos](xtd.core.native.macos) library is based on [macOS](https://www.apple.com/macos) operating system.
* [xtd.core.native.posix](xtd.core.native.posix) library is based on [Posix](https://posix.opengroup.org).
* [xtd.core.native.unix](xtd.core.native.unix) library is based on [Unix](https://www.opengroup.org/membership/forums/platform/unix) operating system (like [FreeBSD](https://www.freebsd.org)).
* [xtd.core.native.win32](xtd.core.native.win32) library is based on [Windows](https://www.microsoft.com/en-gb/windows) operating system.

## Drawing

Expand Down Expand Up @@ -42,7 +42,7 @@ Contains xtd sources.

## Third parties

* [xtd.3rdparty.call_stack](xtd.3rdparty.call_stack) provides information about the call stack.
* [xtd.3rdparty.StackWalker](xtd.3rdparty.StackWalker) provides information about the call stack for Windows only.

## The xtd libraries hierarchy

Expand Down

0 comments on commit 6af1d49

Please sign in to comment.