Skip to content

Commit

Permalink
add CHANGES.md and build script in opam file
Browse files Browse the repository at this point in the history
  • Loading branch information
thatportugueseguy committed Jul 7, 2024
1 parent bbb5de0 commit 561d82b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 0.1.0 (2024-07-07)
- Open source passage
11 changes: 11 additions & 0 deletions passage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,14 @@ depends: [
depexts: [
["age"] {os-family = "debian"}
]

build: [
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
]

0 comments on commit 561d82b

Please sign in to comment.