Skip to content

Commit

Permalink
Merge pull request #3 from shakthimaan/dev/prepare-release-build
Browse files Browse the repository at this point in the history
Added meta files for dune-release lint
  • Loading branch information
ctk21 authored Jan 28, 2021
2 parents 67a5ff3 + 5e7a6a3 commit 4068a3a
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog
===========

## [0.1] - January 14, 2021
### Added
- Meta files for dune release
20 changes: 20 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
The MIT License

Copyright 2021 Stephen Dolan

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# orun
9 changes: 8 additions & 1 deletion orun.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@ opam-version: "2.0"
name: "orun"
version: "0.1"
synopsis: "Run benchmarks and measure performance"
maintainer: "Stephen Dolan <[email protected]>"
maintainer: "Shakthi Kannan <[email protected]>"
authors: "Stephen Dolan <[email protected]>"
license: "MIT"
homepage: "https://github.com/ocaml-bench/orun"
bug-reports: "https://github.com/ocaml-bench/orun/issues"
depends: [ "ocaml" "re" "cmdliner" "yojson" ]
build: [
["ocaml-update-c" "wait4.c"] {ocaml:update-c}
["dune" "build" "-p" name]
]
description: """
The orun utility executes the benchmarks for
[Sandmark](https://github.com/ocaml-bench/sandmark) and reports the performance
results.
"""

0 comments on commit 4068a3a

Please sign in to comment.