@@ -3,7 +3,11 @@ opam-version: "2.0"
33version: "1.0.0"
44synopsis: "Interpreter for Architecture Specification Language (ASL)"
55description: """
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
812Currently supports reading/typechecking the specification,
913interactive execution of ASL statements and expressions,
@@ -14,11 +18,11 @@ Experimentally includes support for generating C code
1418that can be used to execute binaries faster and can be
1519linked with other C/C++ libraries.
1620"""
17- maintainer: ["Alastair Reid <alastair.d. reid@gmail .com>"]
21+ maintainer: ["Alastair Reid <alastair.reid@intel .com>"]
1822authors: ["Alastair Reid"]
1923license: "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"
2226depends: [
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