From b80f79ae6b2e240949ebd709a253e21f7caf7ed3 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 26 Jun 2021 00:56:43 -0400 Subject: Delegate text (lower|upper)-casing to the host-platform implementations. --- licentia/commands.md | 3 +++ licentia/project.lux | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 licentia/project.lux (limited to 'licentia') diff --git a/licentia/commands.md b/licentia/commands.md index 6671f43be..58f3cf09b 100644 --- a/licentia/commands.md +++ b/licentia/commands.md @@ -9,6 +9,9 @@ cd ~/lux/licentia/ \ cd ~/lux/licentia/ \ && lux clean \ && time lux build + +cd ~/lux/licentia/ \ +&& time lux test ``` ## Test diff --git a/licentia/project.lux b/licentia/project.lux new file mode 100644 index 000000000..5ef61dd16 --- /dev/null +++ b/licentia/project.lux @@ -0,0 +1,15 @@ +{#identity ["com.github.luxlang" "licentia" "0.6.0-SNAPSHOT"] + #description "A program for producing free/open-source/reciprocal licenses." + + #deploy_repositories {"snapshots" "https://oss.sonatype.org/content/repositories/snapshots/" + "releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"} + + #repositories ["https://oss.sonatype.org/content/repositories/snapshots/" + "https://oss.sonatype.org/service/local/staging/deploy/maven2/"] + + #dependencies [["com.github.luxlang" "stdlib" "0.6.0-SNAPSHOT" "jar"] + ["com.github.luxlang" "lux-jvm" "0.6.0-SNAPSHOT" "jar"]] + + #target "target" + #program "program/licentia" + #test "test/licentia"} -- cgit v1.2.3