Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package herodotos.1.0 #26111

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions packages/herodotos/herodotos.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Tracking code postions through software versions"
mseri marked this conversation as resolved.
Show resolved Hide resolved
description: """
Herodotos is open source and can be freely redistributed under the terms of the GNU General Public
License version 2. See the file LICENSE in the distribution for licensing information."""
maintainer: ["Nicolas Palix"]
authors: ["Nicolas Palix" "Oscar Granger" "Justin Nguyen" "Vincent Arnone"]
license: "GPL-2.0-or-later"
tags: ["coccinelle" "ocaml" "menhir" "volt" "parmap" "postgresql" "dune"]
homepage: "https://github.com/coccinelle/herodotos"
doc: "https://coccinelle.gitlabpages.inria.fr/website/herodotos/herodotos.html"
bug-reports: "https://github.com/coccinelle/herodotos/issues"
depends: [
"ocaml"
"dune" {>= "3.1"}
"odoc" {with-doc}
"vlt" {>= "0.1"}
"parmap" {>= "1.2.5"}
"postgresql" {>= "5.0.0"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
npalix marked this conversation as resolved.
Show resolved Hide resolved
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/coccinelle/herodotos.git"
url {
src:
"https://github.com/coccinelle/herodotos/archive/refs/tags/v1.0.tar.gz"
checksum: [
"md5=f491a106c98fa1d6cacdedcce6e3198d"
"sha512=8c3e74ee8f0ead9f6aa9dbb0e42a187d79116d7d9b92902049602da31f9a3bc9b7de3749975fbdb34824f794c4b6a530ee7dff93d3fa336197ad7e2b547d0909"
]
}
Loading