Skip to content

Commit

Permalink
Restructure dune project
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruhlmann committed Apr 18, 2024
1 parent f2e170e commit bbe9e3a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
19 changes: 7 additions & 12 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
(lang dune 3.10)

(name relic-sdk)

(version 0.1.0)
(cram enable)
(generate_opam_files true)

(source
(github AoeCenter/relic-sdk))

(authors "Andreas Kr\195\188hlmann")

(maintainers "echo 'YW5kcmVhc0BrcnVobG1hbm4uZGV2Cg==' | base64 -d")

(source (github AoeCenter/relic-sdk))
(authors
"echo 'QW5kcmVhcyBLcsO8aGxtYW5uIDxhbmRyZWFzQGtydWhsbWFubi5kZXY+Cg==' | base64 -d")
(maintainers
"echo 'QW5kcmVhcyBLcsO8aGxtYW5uIDxhbmRyZWFzQGtydWhsbWFubi5kZXY+Cg==' | base64 -d")
(license MIT)

(documentation https://github.com/AoeCenter/relic-sdk)

(package
(name relic-sdk)
(synopsis "SDK for the relic-link api")
Expand Down
1 change: 1 addition & 0 deletions lib/data/game.mli
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ type t =

(** [to_str g] converts a game [g] into its string representation for use in the relic-link API *)
val to_str : t -> string

(** [to_str g] converts a game [g] into its steam app id *)
val to_app_id : t -> int
9 changes: 7 additions & 2 deletions relic-sdk.opam
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1.0"
synopsis: "SDK for the relic-link api"
maintainer: ["echo 'YW5kcmVhc0BrcnVobG1hbm4uZGV2Cg==' | base64 -d"]
authors: ["Andreas Krühlmann"]
maintainer: [
"echo 'QW5kcmVhcyBLcsO8aGxtYW5uIDxhbmRyZWFzQGtydWhsbWFubi5kZXY+Cg==' | base64 -d"
]
authors: [
"echo 'QW5kcmVhcyBLcsO8aGxtYW5uIDxhbmRyZWFzQGtydWhsbWFubi5kZXY+Cg==' | base64 -d"
]
license: "MIT"
homepage: "https://github.com/AoeCenter/relic-sdk"
doc: "https://github.com/AoeCenter/relic-sdk"
Expand Down

0 comments on commit bbe9e3a

Please sign in to comment.