Skip to content

Commit

Permalink
Polish opam file
Browse files Browse the repository at this point in the history
Signed-off-by: Kakadu <[email protected]>
  • Loading branch information
Kakadu committed Jul 31, 2024
1 parent 6c09a69 commit cc2f93d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
9 changes: 4 additions & 5 deletions OCanren-ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@ authors: [
"Dmitrii Kosarev https://github.com/Kakadu"
"JetBrains Research https://research.jetbrains.org"
]
license: "LGPL-2.1"
homepage: "https://github.com/JetBrains-Research/OCanren"
bug-reports: "https://github.com/JetBrains-Research/OCanren/issues"
license: "LGPL-2.1-only"
homepage: "https://github.com/PLTools/OCanren"
bug-reports: "https://github.com/PLTools/OCanren/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.10"}
"dune-configurator"
"ppxlib" {>= "0.26.0" & <= "0.28.0"}
"base"
"ppx_inline_test"
"ppx_expect"
"odoc" {with-doc}
Expand All @@ -57,4 +56,4 @@ build: [
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/JetBrains-Research/OCanren.git"
dev-repo: "git+https://github.com/PLTools/OCanren.git"
8 changes: 4 additions & 4 deletions OCanren.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ authors: [
"Evgenii Moiseenko https://github.com/eupp"
"JetBrains Research https://research.jetbrains.org"
]
license: "LGPL-2.1"
homepage: "https://github.com/JetBrains-Research/OCanren"
bug-reports: "https://github.com/JetBrains-Research/OCanren/issues"
license: "LGPL-2.1-only"
homepage: "https://github.com/PLTools/OCanren"
bug-reports: "https://github.com/PLTools/OCanren/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.10"}
Expand Down Expand Up @@ -52,4 +52,4 @@ build: [
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/JetBrains-Research/OCanren.git"
dev-repo: "git+https://github.com/PLTools/OCanren.git"
9 changes: 4 additions & 5 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

(generate_opam_files true)

(license LGPL-2.1)
(license LGPL-2.1-only)

(source
(github JetBrains-Research/OCanren))
(github PLTools/OCanren))

(name OCanren)

Expand Down Expand Up @@ -41,7 +41,7 @@
"Petr Lozov https://github.com/Lozov-Petr"
"Evgenii Moiseenko https://github.com/eupp"
"JetBrains Research https://research.jetbrains.org")
(bug_reports "https://github.com/JetBrains-Research/OCanren/issues")
(bug_reports "https://github.com/PLTools/OCanren/issues")
(maintainers "Dmitrii Kosarev [email protected]"))

(package
Expand All @@ -59,11 +59,10 @@
(and
(>= 0.26.0)
(<= 0.28.0)))
base ; TODO: get rid of 'base'
ppx_inline_test
ppx_expect)
(authors
"Dmitrii Kosarev https://github.com/Kakadu"
"JetBrains Research https://research.jetbrains.org")
(bug_reports "https://github.com/JetBrains-Research/OCanren/issues")
(bug_reports "https://github.com/PLTools/OCanren/issues")
(maintainers "Dmitrii Kosarev [email protected]"))

0 comments on commit cc2f93d

Please sign in to comment.