1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "OCaml library to work with swhids."
description:
"swhid_core is an OCaml library to with with Software Heritage persistent identifiers (swhids). This is the core library, for most use cases you should use the swhid library instead."
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
authors: [
"Léo Andrès <contact@ndrs.fr>, Dario Pinto <dario.pinto@ocamlpro.com>"
]
license: "ISC"
homepage: "https://github.com/ocamlpro/swhid_core"
bug-reports: "https://github.com/ocamlpro/swhid_core/issues"
depends: [
"ocaml" {>= "4.03"}
"dune" {>= "1.11"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocamlpro/swhid_core.git"
|