Skip to content

Commit

Permalink
Fix opam file
Browse files Browse the repository at this point in the history
  • Loading branch information
Yey007 committed Apr 14, 2024
1 parent 34b976a commit 3a5938b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![CI Status](https://github.com/ethanuppal/cs3110_compiler/actions/workflows/ci.yaml/badge.svg)

> "x86 is simple trust me bro"
> Last updated: 2024-04-14 19:14:39.985480
> Last updated: 2024-04-14 19:24:15.236835
```
$ ./main -h
Expand Down
32 changes: 1 addition & 31 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,35 +1,5 @@
(lang dune 3.14)

(name x86ISTMB)

(using menhir 3.0)

(generate_opam_files true)

(source
(github ethanuppal/x86ISTMB))

(authors
"Utku Melemeti"
"Jason Klein"
"Utku Melemetci"
"Jeffrey Huang"
"Vijay Shanmugam"
"Ethan Uppal")

(documentation https://github.com/ethanuppal/cs3110_compiler/wiki)

(package
(name x86ISTMB)
(synopsis "CS 3110 final project")
(depends
(ocaml
(>= 5.1.1))
ocaml
dune
menhir
batteries
ppx_inline_test
(alcotest :with-test))
(tags
(cs3110 compiler)))
(generate_opam_files false)
2 changes: 1 addition & 1 deletion x86ISTMB.opam
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "CS 3110 final project"
maintainer: ["CS 3110 Compiler Team"]
authors: [
"Utku Melemeti"
"Jason Klein"
"Utku Melemetci"
"Jeffrey Huang"
"Vijay Shanmugam"
"Ethan Uppal"
Expand Down

0 comments on commit 3a5938b

Please sign in to comment.