-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path6502-ml.opam
More file actions
33 lines (33 loc) · 753 Bytes
/
6502-ml.opam
File metadata and controls
33 lines (33 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Library for the simulation 6502 chip family"
description: "Library for the simulation 6502 chip family"
maintainer: ["virgile.robles@pm.me"]
authors: ["Virgile Robles"]
license: "MIT"
homepage: "https://github.com/Firobe/6502-ml"
bug-reports: "https://github.com/Firobe/6502-ml/issues"
depends: [
"stdint"
"stdint-literals"
"dune" {>= "2.8" & build}
"alcotest" {with-test}
"re" {with-test}
"str" {wth-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/Firobe/6502-ml.git"