Skip to content

Commit

Permalink
Package file and LID file "Platforms:" updates (#1577)
Browse files Browse the repository at this point in the history
These were on my `build-with-packages` branch but they'll be useful for
making LSP work since it uses `dylan-tool` to find the package root and
suchlike so I'm merging them separately. Essentially these changes make
`dylan update` work for OD.
  • Loading branch information
cgay authored Mar 29, 2024
2 parents 885383b + 05fd075 commit b95dd29
Show file tree
Hide file tree
Showing 9 changed files with 92 additions and 7 deletions.
21 changes: 21 additions & 0 deletions dylan-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "opendylan",
"category": "compilers",
"description": "The Open Dylan compiler, IDE, and core libraries",
"dependencies": [
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]"
],
"dev-dependencies": [
"sphinx-extensions",
"testworks"
],
"url": "https://github.com/dylan-lang/opendylan",
"version": "2024.2.0"
}
10 changes: 9 additions & 1 deletion sources/collections/collections.lid
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,12 @@ Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc.
All rights reserved.
License: See License.txt in this distribution for details.
Warranty: Distributed WITHOUT WARRANTY OF ANY KIND

Platforms: aarch64-linux
arm-linux
x86-freebsd
x86-linux
x86-netbsd
x86_64-darwin
x86_64-freebsd
x86_64-linux
x86_64-netbsd
10 changes: 9 additions & 1 deletion sources/dfmc/mangling/mangling.lid
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@ Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc.
All rights reserved.
License: See License.txt in this distribution for details.
Warranty: Distributed WITHOUT WARRANTY OF ANY KIND
Platforms: aarch64-linux
arm-linux
x86-freebsd
x86-linux
x86-netbsd
x86_64-darwin
x86_64-freebsd
x86_64-linux
x86_64-netbsd
9 changes: 8 additions & 1 deletion sources/dylan/dylan.lid
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,11 @@ Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc.
All rights reserved.
License: See License.txt in this distribution for details.
Warranty: Distributed WITHOUT WARRANTY OF ANY KIND

Platforms: arm-linux
x86-freebsd
x86-linux
x86-netbsd
x86_64-darwin
x86_64-freebsd
x86_64-linux
x86_64-netbsd
9 changes: 9 additions & 0 deletions sources/lib/big-integers/big-integers.lid
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,13 @@ Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc.
All rights reserved.
License: See License.txt in this distribution for details.
Warranty: Distributed WITHOUT WARRANTY OF ANY KIND
Platforms: aarch64-linux
arm-linux
x86-freebsd
x86-linux
x86-netbsd
x86_64-darwin
x86_64-freebsd
x86_64-linux
x86_64-netbsd

10 changes: 9 additions & 1 deletion sources/lib/channels/channels.lid
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@ Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc.
All rights reserved.
License: See License.txt in this distribution for details.
Warranty: Distributed WITHOUT WARRANTY OF ANY KIND

Platforms: aarch64-linux
arm-linux
x86-freebsd
x86-linux
x86-netbsd
x86_64-darwin
x86_64-freebsd
x86_64-linux
x86_64-netbsd
10 changes: 9 additions & 1 deletion sources/lib/commands/commands.lid
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,12 @@ Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc.
All rights reserved.
License: See License.txt in this distribution for details.
Warranty: Distributed WITHOUT WARRANTY OF ANY KIND

Platforms: aarch64-linux
arm-linux
x86-freebsd
x86-linux
x86-netbsd
x86_64-darwin
x86_64-freebsd
x86_64-linux
x86_64-netbsd
10 changes: 9 additions & 1 deletion sources/lib/generic-arithmetic/generic-arithmetic.lid
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc.
All rights reserved.
License: See License.txt in this distribution for details.
Warranty: Distributed WITHOUT WARRANTY OF ANY KIND

Platforms: aarch64-linux
arm-linux
x86-freebsd
x86-linux
x86-netbsd
x86_64-darwin
x86_64-freebsd
x86_64-linux
x86_64-netbsd
10 changes: 9 additions & 1 deletion sources/lib/walker/walker.lid
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,12 @@ Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc.
All rights reserved.
License: See License.txt in this distribution for details.
Warranty: Distributed WITHOUT WARRANTY OF ANY KIND
Platforms: aarch64-linux
arm-linux
x86-freebsd
x86-linux
x86-netbsd
x86_64-darwin
x86_64-freebsd
x86_64-linux
x86_64-netbsd

0 comments on commit b95dd29

Please sign in to comment.