Skip to content

Commit 29f94b2

Browse files
committed
Update dune/opam metadata
1 parent 56c03e3 commit 29f94b2

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

asli.opam

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ opam-version: "2.0"
33
version: "1.0.0"
44
synopsis: "Interpreter for Architecture Specification Language (ASL)"
55
description: """
6-
Interpreter for the language ASL that Arm and Intel use to write their ISA specifications.
6+
Architecture Specification Language (ASL) is an executable language for writing
7+
clear, precise specifications of Instruction Set Architectures (ISAs).
8+
9+
The ASL interpreter (ASLi) is an implementation of ASL that can execute ASL
10+
specifications either in an interpreter or by compiling via C code.
711

812
Currently supports reading/typechecking the specification,
913
interactive execution of ASL statements and expressions,
@@ -14,11 +18,11 @@ Experimentally includes support for generating C code
1418
that can be used to execute binaries faster and can be
1519
linked with other C/C++ libraries.
1620
"""
17-
maintainer: ["Alastair Reid <alastair.d.reid@gmail.com>"]
21+
maintainer: ["Alastair Reid <alastair.reid@intel.com>"]
1822
authors: ["Alastair Reid"]
1923
license: "BSD-3-Clause"
20-
homepage: "https://github.com/alastairreid/asl-interpreter"
21-
bug-reports: "https://github.com/alastairreid/asl-interpreter/issues"
24+
homepage: "https://github.com/IntelLabs/asl-interpreter"
25+
bug-reports: "https://github.com/IntelLabs/asl-interpreter/issues"
2226
depends: [
2327
"dune" {>= "3.11"}
2428
"alcotest" {with-test}
@@ -48,4 +52,4 @@ build: [
4852
]
4953
["dune" "install" "-p" name "--create-install-files" name]
5054
]
51-
dev-repo: "git+https://github.com/alastairreid/asl-interpreter.git"
55+
dev-repo: "git+https://github.com/IntelLabs/asl-interpreter.git"

0 commit comments

Comments
 (0)