summaryrefslogtreecommitdiff
path: root/odcsim/odcsim-engine-omega
diff options
context:
space:
mode:
Diffstat (limited to 'odcsim/odcsim-engine-omega')
-rw-r--r--odcsim/odcsim-engine-omega/build.gradle.kts2
1 files changed, 2 insertions, 0 deletions
diff --git a/odcsim/odcsim-engine-omega/build.gradle.kts b/odcsim/odcsim-engine-omega/build.gradle.kts
index d4383303..4540c389 100644
--- a/odcsim/odcsim-engine-omega/build.gradle.kts
+++ b/odcsim/odcsim-engine-omega/build.gradle.kts
@@ -22,6 +22,8 @@
* SOFTWARE.
*/
+description = "Single-threaded reference implementation for the odcsim API"
+
/* Build configuration */
plugins {
`kotlin-library-convention`