-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workflow, documentation and packaging.
- Added the workflow to the repository, enabling automatic update of the online documentation - Added some introductory .mld file for the odoc - Modified the requirements to stick with latest version
- Loading branch information
Showing
3 changed files
with
28 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: "A library to play with sound" | ||
synopsis: "An OCaml library to embed sound processing in your applications." | ||
description: | ||
"SoundML is a library built on top of Owl to analyse sounds files." | ||
"SoundML is a library built on top of Owl to analyse sounds files. It can read, write audio, extract various features from audio files and much more." | ||
maintainer: ["Gabriel Santamaria <[email protected]>"] | ||
authors: ["Gabriel Santamaria <[email protected]>"] | ||
license: "Apache-2.0" | ||
tags: ["sound" "gabyfle"] | ||
tags: ["sound" "owl" "ffmpeg" "gabyfle"] | ||
homepage: "https://github.com/gabyfle/soundml" | ||
doc: "https://github.com/gabyfle/soundml" | ||
doc: "https://soundml.gabyfle.dev" | ||
bug-reports: "https://github.com/gabyfle/soundml/issues" | ||
depends: [ | ||
"ocaml" {>= "5.1.0"} | ||
"ocaml" {>= "5.2.0"} | ||
"dune" {>= "3.15"} | ||
"owl" {>= "1.1"} | ||
"ffmpeg" {>= "1.1.11"} | ||
"ffmpeg" {>= "1.2.1"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
|