Skip to content

Commit

Permalink
Renamed to package-inferred.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jun 18, 2024
1 parent 28d2e69 commit f791f25
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions openrpc-client.asd
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
(defsystem "openrpc-client"
:author "Alexander Artemenko"
:license "BSD"
:class :40ants-asdf-system
;; :class :40ants-asdf-system
:class :package-inferred-system
:defsystem-depends-on ("40ants-asdf-system")
:pathname "client"
:serial t
:depends-on ("openrpc-deps"
"openrpc-client/client")
:depends-on ("openrpc-client/client")
:description "OpenRPC client implementation for Common Lisp."
:homepage "https://40ants.com/openrpc/"
:source-control (:git "https://github.com/40ants/openrpc")
Expand Down

0 comments on commit f791f25

Please sign in to comment.