Edit

kc3-lang/libevent/extra/abi-check/libevent.json

Branch :

  • Show log

    Commit

  • Author : yuangongji
    Date : 2019-09-04 23:09:13
    Hash : 735c891e
    Message : Add API/ABI checker (using LVC) v2 (by azat): - drop package installations - use local .abi-check over $HOME/abi-check for build dir - drop regex check, simply use default values (too complex otherwise) - use sub-shell to avoid cd back - add missing quotes - make the style uniq across the whole file (no tabs for indent, copy-paste?) - drop `set -x`, use `bash -x abi-check.sh` over - drop EVENT_ABI_CHECK - use /usr/bin/env bash as shebang - use `find | xargs` over `cp $(grep -v)` - adjust markdown syntax in abi-check/README.md - adjust link to the publicly available documentation v3 (by azat): - docker image - git check-ignore - make -j8 - allow to change defaults Refs: #887

  • extra/abi-check/libevent.json
  • {
      "Name":           "libevent",
      "Title":          "Libevent",
      "SourceUrl":      "https://github.com/libevent/libevent/tags",
      "Git":            "https://github.com/libevent/libevent.git",
      "Maintainer":     "Nick Mathewson, Azat Khuzhin and Niels Provos",
      "MaintainerUrl":  "https://libevent.org",
      "BuildSystem":    "Autotools",
      "HeadersDiff":    "On",
      "Package":        "release-",
      "ReleasePattern": "\A([\d\-\.\_]+)(|\-beta|\-rc|\-stable)\Z",
    }