NickelEval.jl

Julia FFI bindings for Nickel configuration language
Log | Files | Refs | README | LICENSE

Project.toml (388B)


      1 name = "NickelEval"
      2 uuid = "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
      3 authors = ["NickelJL Contributors"]
      4 version = "0.7.0"
      5 
      6 [deps]
      7 Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
      8 LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
      9 Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
     10 
     11 [compat]
     12 julia = "1.6"
     13 
     14 [extras]
     15 Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
     16 
     17 [targets]
     18 test = ["Test"]