-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inherit package metadatas from the workspace
- Loading branch information
1 parent
3744c4a
commit 3ad7fd0
Showing
16 changed files
with
49 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "arceos_api" | ||
version = "0.1.0" | ||
version.workspace = true | ||
edition = "2021" | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "Public APIs and types for ArceOS modules" | ||
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
license.workspace = true | ||
homepage.workspace = true | ||
repository = "https://github.com/arceos-org/arceos/tree/main/api/arceos_api" | ||
documentation = "https://arceos-org.github.io/arceos/arceos_api/index.html" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "arceos_posix_api" | ||
version = "0.1.0" | ||
version.workspace = true | ||
edition = "2021" | ||
authors = [ | ||
"Yuekai Jia <[email protected]>", | ||
|
@@ -11,9 +11,10 @@ authors = [ | |
"Shiping Yuan <[email protected]>", | ||
] | ||
description = "POSIX-compatible APIs for ArceOS modules" | ||
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
license.workspace = true | ||
homepage.workspace = true | ||
repository = "https://github.com/arceos-org/arceos/tree/main/api/arceos_posix_api" | ||
documentation = "https://arceos-org.github.io/arceos/arceos_posix_api/index.html" | ||
|
||
[features] | ||
default = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "axfeat" | ||
version = "0.1.0" | ||
version.workspace = true | ||
edition = "2021" | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "Top-level feature selection for ArceOS" | ||
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
license.workspace = true | ||
homepage.workspace = true | ||
repository = "https://github.com/arceos-org/arceos/tree/main/api/axfeat" | ||
documentation = "https://arceos-org.github.io/arceos/axfeat/index.html" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "axalloc" | ||
version = "0.1.0" | ||
version.workspace = true | ||
edition = "2021" | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "ArceOS global memory allocator" | ||
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
license.workspace = true | ||
homepage.workspace = true | ||
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axalloc" | ||
documentation = "https://arceos-org.github.io/arceos/axalloc/index.html" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "axconfig" | ||
version = "0.1.0" | ||
version.workspace = true | ||
edition = "2021" | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "Platform-specific constants and parameters for ArceOS" | ||
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
license.workspace = true | ||
homepage.workspace = true | ||
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axconfig" | ||
documentation = "https://arceos-org.github.io/arceos/axconfig/index.html" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "axdisplay" | ||
version = "0.1.0" | ||
version.workspace = true | ||
edition = "2021" | ||
authors = ["Shiping Yuan <[email protected]>"] | ||
description = "ArceOS graphics module" | ||
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
license.workspace = true | ||
homepage.workspace = true | ||
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axdisplay" | ||
documentation = "https://arceos-org.github.io/arceos/axdisplay/index.html" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "axdriver" | ||
version = "0.1.0" | ||
version.workspace = true | ||
edition = "2021" | ||
authors = ["Yuekai Jia <[email protected]>", "ChengXiang Qi <[email protected]>"] | ||
description = "ArceOS device drivers" | ||
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
license.workspace = true | ||
homepage.workspace = true | ||
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axdriver" | ||
documentation = "https://arceos-org.github.io/arceos/axdriver/index.html" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "axfs" | ||
version = "0.1.0" | ||
version.workspace = true | ||
edition = "2021" | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "ArceOS filesystem module" | ||
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
license.workspace = true | ||
homepage.workspace = true | ||
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axfs" | ||
documentation = "https://arceos-org.github.io/arceos/axfs/index.html" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "axhal" | ||
version = "0.1.0" | ||
version.workspace = true | ||
edition = "2021" | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "ArceOS hardware abstraction layer, provides unified APIs for platform-specific operations" | ||
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
license.workspace = true | ||
homepage.workspace = true | ||
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axhal" | ||
documentation = "https://arceos-org.github.io/arceos/axhal/index.html" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "axlog" | ||
version = "0.1.0" | ||
version.workspace = true | ||
edition = "2021" | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "Macros for multi-level formatted logging used by ArceOS" | ||
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
license.workspace = true | ||
homepage.workspace = true | ||
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axlog" | ||
documentation = "https://arceos-org.github.io/arceos/axlog/index.html" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "axnet" | ||
version = "0.1.0" | ||
version.workspace = true | ||
edition = "2021" | ||
authors = ["Yuekai Jia <[email protected]>", "ChengXiang Qi <[email protected]>"] | ||
description = "ArceOS network module" | ||
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
license.workspace = true | ||
homepage.workspace = true | ||
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axnet" | ||
documentation = "https://arceos-org.github.io/arceos/axnet/index.html" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "axruntime" | ||
version = "0.1.0" | ||
version.workspace = true | ||
edition = "2021" | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "Runtime library of ArceOS" | ||
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
license.workspace = true | ||
homepage.workspace = true | ||
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axruntime" | ||
documentation = "https://arceos-org.github.io/arceos/axruntime/index.html" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "axsync" | ||
version = "0.1.0" | ||
version.workspace = true | ||
edition = "2021" | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "ArceOS synchronization primitives" | ||
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
license.workspace = true | ||
homepage.workspace = true | ||
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axsync" | ||
documentation = "https://arceos-org.github.io/arceos/axsync/index.html" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "axtask" | ||
version = "0.1.0" | ||
version.workspace = true | ||
edition = "2021" | ||
authors = ["Yuekai Jia <[email protected]>"] | ||
description = "ArceOS task management module" | ||
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
license.workspace = true | ||
homepage.workspace = true | ||
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axtask" | ||
documentation = "https://arceos-org.github.io/arceos/axtask/index.html" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "axlibc" | ||
version = "0.1.0" | ||
version.workspace = true | ||
edition = "2021" | ||
authors = [ | ||
"Yuekai Jia <[email protected]>", | ||
|
@@ -11,8 +11,8 @@ authors = [ | |
"Shiping Yuan <[email protected]>", | ||
] | ||
description = "ArceOS user program library for C apps" | ||
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
license.workspace = true | ||
homepage.workspace = true | ||
repository = "https://github.com/arceos-org/arceos/tree/main/ulib/axlibc" | ||
documentation = "https://arceos-org.github.io/arceos/axlibc/index.html" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "axstd" | ||
version = "0.1.0" | ||
version.workspace = true | ||
edition = "2021" | ||
authors = [ | ||
"Yuekai Jia <[email protected]>", | ||
|
@@ -11,8 +11,8 @@ authors = [ | |
"Shiping Yuan <[email protected]>", | ||
] | ||
description = "ArceOS user library with an interface similar to rust std" | ||
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
license.workspace = true | ||
homepage.workspace = true | ||
repository = "https://github.com/arceos-org/arceos/tree/main/ulib/axstd" | ||
documentation = "https://arceos-org.github.io/arceos/axstd/index.html" | ||
|
||
|