{
  "authors": [
    "Jeff Carter"
  ],
  "build-switches": {
    "*": {
      "ada_version": "Ada12",
      "style_checks": "No"
    }
  },
  "depends-on": [
    {
      "gnat": "<13.0 | >=13.3"
    },
    {
      "ada_gui": "^20240224.0.0"
    },
    {
      "pragmarc": "^20240323.0.0"
    },
    {
      "ssl": "^3.0.2"
    }
  ],
  "description": "A Music Player",
  "executables": [
    "mp"
  ],
  "licenses": "BSD-3-Clause",
  "long-description": "# MP\nA Music Player\n\nUses the Gnoga audio widget to create a music player.\n\nThis does what I want from a music player. Considering all the features that most music players have that this doesn't, I presume that most people will find MP lacking. However, it may serve someone as the basis for a more complex player.\n\nThe audio widget seems to require relative paths to the audio files. The file browser in this program will only choose audio files that are in the program's working directory, or in a directory under that.\n\nMP uses [the Gnoga File Selection widget](https://github.com/jrcarter/Gnoga_File_Selection), which has only been tested on Linux.\n\nMP uses [the PragmAda Reusable Components](https://github.com/jrcarter/PragmARC).\n",
  "maintainers": [
    "Bent Bracke <bent@bracke.dk>"
  ],
  "maintainers-logins": [
    "bracke"
  ],
  "name": "musicplayer",
  "origin": {
    "commit": "495babedd83cc48294de981baafd4f7c488ab8f6",
    "url": "git+https://github.com/bracke/MP.git"
  },
  "tags": [
    "music",
    "audio",
    "player"
  ],
  "version": "20210719",
  "website": "https://github.com/bracke/MP"
}
