Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thierry Martinez
override
Commits
2d95645f
Commit
2d95645f
authored
Oct 17, 2019
by
Thierry Martinez
Browse files
Snapshot for commit
fc0a8aa9
parent
fc0a8aa9
Pipeline
#99117
passed with stages
in 19 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
override.opam
0 → 100644
View file @
2d95645f
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "PPX extension for overriding modules"
description: """
PPX extensions [%%override], [%%import], [%%include] and [%%rewrite] to import
and change module interfaces.
"""
maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
license: "BSD"
homepage: "https://gitlab.inria.fr/tmartine/override"
doc: "https://gitlab.inria.fr/tmartine/override"
bug-reports: "https://gitlab.inria.fr/tmartine/override"
depends: [
"dune" {>= "1.10.0"}
"ppxlib" {>= "0.9.0"}
"stdcompat" {>= "9"}
"ppx_deriving" {>= "4.4"}
"cppo" {>= "1.6.4"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://gitlab.inria.fr/tmartine/override"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment