package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-site-2.9.3.tbz
sha256=3e65ec73ab2c80d50d4ffd6c46cbfb22eacd0e5587a4be8af8ae69547d5f88d6
sha512=04b48501ac16c3608e3b6bfbdbabf810df0fb844ea3b7d25ba50f03b9d6cb1d2c933cf747d694029d82a9777a774e48e5c38ab010fe53ce1eae367da0ed04d6d

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 28 Jan 2022

README

Dune - A composable build system

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and dune will do the rest.

The scheme it implements is inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, which means that it is highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, you can look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Travis status AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as merlin, handle installation, etc...

Dune itself is fast, has very low overhead and supports parallel builds on all platforms. It has no system dependencies: all you need to build dune and packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build dune and packages using dune.

Strengths

Composable

Take n repositories that use dune, arrange them in any way on the file system and the result is still a single repository that dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building against several configurations at once

Dune is able to build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires opam.

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using ocaml 4.02.3 or greater.

Installation

The recommended way to install dune is via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files that are installed by dune, such as the man pages, and the last simply installs all of that on the system.

Note that unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from jbuilder

Dune was formerly known as jbuilder. Migration from jbuilder to dune is described in the manual.

Status

Dune is now fairly stable and is used by the majority of packages on opam. Note that dune retains backward compatibility with Jbuilder, and in particular existing Jbuilder projects will continue to be buildable with dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.0"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk < "2.1.0"
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. advi
  18. afl-persistent >= "1.4"
  19. agrid
  20. ahrocksdb
  21. aifad >= "2.2.1"
  22. alba >= "0.4.1"
  23. albatross
  24. alcotest < "1.7.0"
  25. alcotest-async < "1.7.0"
  26. alg_structs
  27. alg_structs_qcheck
  28. algaeff
  29. allegro5
  30. alonzo
  31. alsa >= "0.3.0"
  32. alt-ergo >= "2.3.0" & < "2.4.3"
  33. alt-ergo-lib < "2.4.3"
  34. alt-ergo-parsers < "2.4.3"
  35. altgr-ergo >= "2.3.0" & < "2.4.3"
  36. amqp-client >= "2.0.3"
  37. amqp-client-async
  38. amqp-client-lwt
  39. anders
  40. angstrom >= "0.11.1"
  41. angstrom-async >= "0.11.1"
  42. angstrom-lwt-unix >= "0.11.1"
  43. angstrom-unix >= "0.11.1"
  44. ansi < "0.6.0"
  45. ansi-parse
  46. anthill
  47. ao >= "0.2.2"
  48. api-watch
  49. apronext
  50. arc
  51. archetype
  52. archi
  53. archi-async
  54. archi-lwt
  55. arg-complete
  56. argon2
  57. arp
  58. art
  59. asak
  60. ask
  61. ask-integrator
  62. asli >= "0.2.0"
  63. asn1-combinators >= "0.2.5"
  64. async < "v0.17.0"
  65. async-uri < "0.4.0"
  66. async_durable < "v0.17.0"
  67. async_extra < "v0.17.0"
  68. async_find < "v0.17.0"
  69. async_graphics
  70. async_inotify < "v0.17.0"
  71. async_interactive < "v0.17.0"
  72. async_js < "v0.17.0"
  73. async_kernel < "v0.17.0"
  74. async_rpc_kernel < "v0.17.0"
  75. async_rpc_websocket < "v0.17.0"
  76. async_sendfile < "v0.17.0"
  77. async_shell < "v0.17.0"
  78. async_smtp < "v0.17.0"
  79. async_ssl < "v0.17.0"
  80. async_udp < "v0.17.0"
  81. async_unix < "v0.17.0"
  82. async_websocket < "v0.17.0"
  83. atable
  84. atd >= "2.2.1"
  85. atdcpp
  86. atdd
  87. atdgen >= "2.2.1"
  88. atdgen-codec-runtime
  89. atdgen-runtime >= "2.2.1"
  90. atdj >= "2.2.1"
  91. atdpy
  92. atds
  93. atdts
  94. atomic < "base"
  95. autofonce
  96. autofonce_config
  97. autofonce_core
  98. autofonce_lib
  99. autofonce_m4
  100. autofonce_misc
  101. autofonce_patch
  102. autofonce_share
  103. avro
  104. avro-compiler
  105. awa
  106. awa-mirage
  107. aws >= "1.2"
  108. aws-async
  109. aws-autoscaling >= "1.2"
  110. aws-cloudformation >= "1.2"
  111. aws-cloudtrail >= "1.2"
  112. aws-cloudwatch
  113. aws-ec2 >= "1.2"
  114. aws-elasticache
  115. aws-elasticloadbalancing >= "1.2"
  116. aws-lwt
  117. aws-rds
  118. aws-route53
  119. aws-s3
  120. aws-s3-async
  121. aws-s3-lwt
  122. aws-sdb >= "1.2"
  123. aws-sqs
  124. aws-ssm >= "1.2"
  125. aws-sts >= "1.2"
  126. azblob
  127. azblob-async
  128. azure-cosmos-db
  129. babel < "v0.17.0"
  130. bag
  131. bancos
  132. bank
  133. bare_encoding
  134. bark
  135. base < "v0.17.0"
  136. base32
  137. base64 >= "2.3.0"
  138. base_bigstring < "v0.17.0"
  139. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  140. base_trie < "v0.17.0"
  141. bastet
  142. bastet_async
  143. bastet_lwt
  144. batch_jaro_winkler
  145. batsat
  146. batteries >= "3.7.1"
  147. bdd >= "0.5"
  148. bddrand
  149. bech32
  150. bechamel
  151. bechamel-js
  152. bechamel-notty
  153. bechamel-perf
  154. beluga = "1.0"
  155. benchmark >= "1.6"
  156. benchpress
  157. benchpress-server
  158. bencode >= "2.0"
  159. bentov
  160. bheap >= "2.0.0"
  161. bibfmt
  162. bidirectional_map < "v0.17.0"
  163. bigarray-compat
  164. bigarray-overlap
  165. bigdecimal < "v0.17.0"
  166. bignum < "v0.17.0"
  167. bigstring >= "0.3"
  168. bigstring-unix
  169. bigstringaf >= "0.5.0" & < "0.9.1"
  170. bimage
  171. bimage-display
  172. bimage-gtk
  173. bimage-io
  174. bimage-lwt
  175. bimage-sdl
  176. bimage-unix
  177. bimap
  178. bin_prot < "v0.17.0"
  179. binaryen != "0.3.0" & < "0.20.0"
  180. binaryen_dsl
  181. bindlib >= "6.0.0"
  182. biniou >= "1.2.1"
  183. binning
  184. binsec < "0.5.0"
  185. bio_io < "0.5.1"
  186. biocaml
  187. biotk < "0.3"
  188. bisect_ppx >= "1.4.0" & < "2.8.3"
  189. bistro
  190. bistro-bio
  191. bitcoin >= "3.0"
  192. bitcoin-cohttp-async
  193. bitcoin-cohttp-lwt
  194. bitcoin-ocurl
  195. bitcoinml
  196. bitlib
  197. bitmasks
  198. bitpack_serializer
  199. bitstring >= "3.1.1" & < "5.0.2"
  200. bitv >= "1.4"
  201. bitwuzla
  202. bitwuzla-bin < "1.0.0"
  203. bitwuzla-c
  204. bjack >= "0.1.6"
  205. blake2 >= "0.3"
  206. blake3
  207. bloomf
  208. bls12-381 < "6.0.1"
  209. bls12-381-gen
  210. bls12-381-hash
  211. bls12-381-js
  212. bls12-381-js-gen
  213. bls12-381-legacy
  214. bls12-381-signature
  215. bls12-381-unix
  216. bnfgen
  217. bogue
  218. boltzgen < "0.9.5"
  219. bonsai < "v0.17.0"
  220. box
  221. brr-lwd < "0.4"
  222. bson2
  223. bst >= "6.0.0"
  224. buffer-pool
  225. build_path_prefix_map >= "0.3"
  226. builder
  227. builder-web
  228. bun >= "0.3.4"
  229. bwd
  230. bwrap
  231. bytearray >= "1.0.1"
  232. bytebuffer
  233. bytepdf
  234. bz2
  235. ca-certs
  236. ca-certs-nss
  237. cactus
  238. cairn
  239. cairo2 >= "0.6"
  240. cairo2-gtk
  241. cairo2-pango
  242. caisar < "0.2.1"
  243. caisar-ir
  244. caisar-nnet
  245. caisar-onnx < "0.2"
  246. caisar-ovo
  247. caisar-xgboost
  248. calculon >= "0.4"
  249. calculon-redis
  250. calculon-redis-lib
  251. calculon-web
  252. calendar >= "3.0.0"
  253. calendars
  254. calipso
  255. calli
  256. callipyge >= "0.2"
  257. camelot
  258. camels
  259. camelsnakekebab
  260. camlimages >= "5.0.2" & < "5.0.5"
  261. camlix
  262. camlon >= "3.0.0"
  263. camlp-streams
  264. camlrack
  265. camltc >= "0.9.8"
  266. camomile = "1.0.2"
  267. camyll
  268. canary
  269. capnp >= "3.3.0"
  270. capnp-rpc < "1.2.3"
  271. capnp-rpc-lwt < "1.2.3"
  272. capnp-rpc-net < "1.2.3"
  273. capnp-rpc-unix < "1.2.3"
  274. caqti >= "1.0.0" & < "2.1.1"
  275. caqti-async >= "1.0.0" & < "2.1.1"
  276. caqti-driver-mariadb < "2.0.1"
  277. caqti-driver-pgx < "2.1.1"
  278. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  279. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  280. caqti-dynload >= "1.0.0"
  281. caqti-eio < "2.1.1"
  282. caqti-lwt >= "1.0.0" & < "2.1.1"
  283. caqti-mirage < "2.1.1"
  284. caqti-type-calendar >= "1.0.0"
  285. carray
  286. carton < "1.0.0"
  287. carton-git
  288. carton-lwt < "1.0.0"
  289. catala < "0.8.0"
  290. catala-format >= "0.2.0"
  291. catapult
  292. catapult-client
  293. catapult-daemon
  294. catapult-file
  295. catapult-sqlite
  296. cbor >= "0.3"
  297. ccbg
  298. cconv >= "0.5"
  299. cconv-ppx
  300. cdb
  301. cdrom >= "0.9.4"
  302. ceph
  303. certify >= "0.3.0"
  304. cf < "0.5.0"
  305. cf-lwt
  306. cfg >= "2.2.0"
  307. cfml
  308. cfstream >= "1.3.1"
  309. chacha
  310. chamelon
  311. chamelon-unix
  312. charInfo_width
  313. charrua
  314. charrua-client
  315. charrua-server
  316. charrua-unix
  317. charset
  318. chartjs
  319. chartjs-annotation
  320. chartjs-colorschemes
  321. chartjs-datalabels
  322. chartjs-streaming
  323. chase
  324. checkseum = "0.0.3" | >= "0.2.1"
  325. choice >= "0.4"
  326. cinaps >= "v0.12.0"
  327. clangml >= "4.0.0" & < "4.8.0"
  328. clangml-transforms
  329. clap
  330. clarity-lang
  331. class_group_vdf != "0.0.4"
  332. clim
  333. clim-ppx
  334. clp_operations
  335. clz
  336. cmarker
  337. cmdliner-stdlib
  338. cmon
  339. codept
  340. codept-lib
  341. cohttp >= "1.1.1" & < "6.0.0~alpha1"
  342. cohttp-async < "6.0.0~alpha1"
  343. cohttp-lwt < "6.0.0~beta2"
  344. cohttp-lwt-jsoo < "6.1.0"
  345. cohttp-lwt-unix < "6.0.0~beta2"
  346. cohttp_async_websocket < "v0.17.0"
  347. cohttp_static_handler < "v0.17.0"
  348. coin >= "0.1.1"
  349. colombe
  350. color >= "0.2.0"
  351. color-brewery
  352. combinat
  353. comby
  354. comby-kernel
  355. comby-semantic
  356. command_rpc < "v0.17.0"
  357. conan
  358. conan-cli
  359. conan-database
  360. conan-lwt
  361. conan-unix
  362. conduit
  363. conduit-async
  364. conduit-lwt
  365. conduit-lwt-unix
  366. conduit-mirage
  367. conex >= "0.10.0"
  368. conex-mirage-crypto
  369. confero
  370. config-file = "1.2.1"
  371. conformist
  372. containers < "3.14"
  373. containers-data < "3.14"
  374. containers-thread
  375. content_security_policy < "v0.17.0"
  376. cookie
  377. cookies
  378. coq >= "8.14.0" & < "8.20.0"
  379. coq-core < "8.20.0"
  380. coq-of-ocaml >= "2.4.1"
  381. coq-serapi >= "8.9.0+0.6.0"
  382. coq-stdlib < "8.20.0"
  383. coqide >= "8.14.0" & < "8.20.0"
  384. coqide-server < "8.20.0"
  385. core < "v0.17.0"
  386. core-and-more
  387. core_bench < "v0.17.0"
  388. core_compat
  389. core_extended < "v0.17.0"
  390. core_kernel >= "v0.12.3" & < "v0.17.0"
  391. core_profiler < "v0.17.0"
  392. core_unix < "v0.17.0"
  393. cosovo
  394. cow = "2.4.0"
  395. cowabloga >= "0.5.0"
  396. cpm >= "5.0.0"
  397. cppo >= "1.6.6"
  398. cppo_ocamlbuild >= "1.6.6"
  399. cps_toolbox < "0.3"
  400. cpu
  401. cpuid >= "0.1.2"
  402. crc >= "2.1.0"
  403. crlibm >= "0.3"
  404. crontab
  405. crowbar >= "0.2"
  406. crunch
  407. cry >= "0.6.5"
  408. cryptokit >= "1.16.1"
  409. csexp < "1.5.2"
  410. csexp-query
  411. css
  412. css-parser
  413. cstruct
  414. cstruct-async
  415. cstruct-lwt
  416. cstruct-sexp
  417. cstruct-unix
  418. csv >= "2.2"
  419. csv-lwt >= "2.1"
  420. csvfields < "v0.17.0"
  421. csvtool
  422. ctoxml
  423. ctypes >= "0.21.1" & < "0.24.0"
  424. ctypes-foreign >= "0.21.1" & < "0.24.0"
  425. ctypes-zarith
  426. ctypes_stubs_js
  427. cudf >= "0.10"
  428. cuid >= "0.2"
  429. cumulus
  430. curly >= "0.2.0"
  431. current < "0.7.1"
  432. current-albatross-deployer
  433. current-web-pipelines
  434. current_ansi
  435. current_docker < "0.7.1"
  436. current_examples < "0.7.1"
  437. current_git < "0.7.1"
  438. current_github < "0.7.1"
  439. current_gitlab < "0.7.1"
  440. current_incr
  441. current_ocluster < "0.2"
  442. current_rpc < "0.6.4"
  443. current_slack < "0.7.1"
  444. current_web < "0.7.1"
  445. curses >= "1.0.9"
  446. curve-sampling
  447. cviode
  448. daft >= "0.0.4"
  449. dap
  450. data-encoding < "1.0.0"
  451. dataframe
  452. datakit-server >= "0.12.2"
  453. datakit-server-9p >= "0.12.2"
  454. datalog >= "0.6"
  455. dates_calc < "0.0.7"
  456. daypack-lib
  457. dbf < "0.1.1"
  458. dblp
  459. dblp-api
  460. debian-formats >= "0.1.2"
  461. decimal
  462. decoders >= "0.1.2" & < "1.0.0"
  463. decoders-bencode < "1.0.0"
  464. decoders-cbor < "1.0.0"
  465. decoders-ezjsonm >= "0.1.2" & < "1.0.0"
  466. decoders-jsonm < "1.0.0"
  467. decoders-msgpck < "1.0.0"
  468. decoders-sexplib < "1.0.0"
  469. decoders-yojson >= "0.1.2" & < "1.0.0"
  470. decompress >= "0.8.1"
  471. dedent < "v0.17.0"
  472. dedukti >= "2.7"
  473. delimited_parsing < "v0.17.0"
  474. depyt
  475. devkit >= "1.0"
  476. diet >= "0.2"
  477. diffable
  478. digestif >= "0.9.0"
  479. directories
  480. dirsift
  481. dirsp-exchange
  482. dirsp-exchange-kbb2017
  483. dirsp-proscript
  484. dirsp-proscript-mirage
  485. dirsp-ps2ocaml
  486. diskuvbox
  487. disml
  488. dispatch >= "0.4.1"
  489. dispatch-js
  490. distributed >= "0.6.0"
  491. distributed-lwt >= "0.2.0"
  492. distributed-uwt >= "0.2.0"
  493. dkim
  494. dkim-bin
  495. dkim-lwt-unix
  496. dkim-mirage
  497. dkml-c-probe
  498. dkml-component-offline-ocamlrun
  499. dkml-component-offline-opam
  500. dkml-component-staging-ocamlrun
  501. dkml-component-staging-opam32
  502. dkml-component-staging-opam64
  503. dkml-dune-dsl
  504. dkml-dune-dsl-show
  505. dkml-install < "0.5.3"
  506. dkml-install-installer < "0.5.3"
  507. dkml-install-runner < "0.5.3"
  508. dkml-option-vcpkg
  509. dkml-package-console < "0.5.3"
  510. dkml-runtime-common >= "2.0.3"
  511. dkml-runtime-distribution
  512. dkml-workflows
  513. dlm >= "0.3.1"
  514. dmap
  515. dmarc
  516. dns
  517. dns-certify
  518. dns-cli
  519. dns-client
  520. dns-client-lwt
  521. dns-client-miou-unix
  522. dns-client-mirage
  523. dns-lwt
  524. dns-mirage
  525. dns-resolver
  526. dns-server
  527. dns-stub
  528. dns-tsig
  529. dnssec
  530. docker-api >= "0.2"
  531. docker_hub
  532. dockerfile < "8.1.0"
  533. dockerfile-cmd < "8.2.7"
  534. docteur
  535. docteur-solo5
  536. docteur-unix
  537. doculib
  538. doi2bib
  539. dokeysto >= "3.0.1"
  540. dokeysto_camltc >= "3.0.1"
  541. dokeysto_lz4 >= "3.0.2"
  542. dolmen >= "0.4.1" & < "0.8"
  543. dolmen_bin < "0.8"
  544. dolmen_loop < "0.8"
  545. dolmen_lsp < "0.8"
  546. dolmen_type < "0.8"
  547. dolog >= "4.0.0"
  548. domain-name
  549. domainslib < "0.5.0"
  550. dose3 >= "6.1"
  551. dose3-extra
  552. dot-merlin-reader < "4.19-414"
  553. dotenv
  554. dream
  555. dream-accept
  556. dream-cli
  557. dream-encoding
  558. dream-html < "3.9.5"
  559. dream-httpaf
  560. dream-livereload
  561. dream-pure
  562. dream-serve
  563. dream_middleware_ext
  564. drom >= "0.3.0"
  565. drom_lib >= "0.3.0"
  566. drom_toml
  567. dropbox
  568. dropbox_lwt_unix
  569. dscheck < "0.4.0"
  570. dssi >= "0.1.3"
  571. dtoa >= "0.3.2"
  572. dtools >= "0.4.2"
  573. dual
  574. duff >= "0.2"
  575. dum >= "1.0.3"
  576. dune-build-info < "3.13.1"
  577. dune-cargo-build
  578. dune-compiledb
  579. dune-configurator >= "2.5.1" & < "3.13.1"
  580. dune-deps < "1.4.0"
  581. dune-expand
  582. dune-private-libs < "3.15.3"
  583. dune-release >= "1.0.0" & < "2.0.0"
  584. duppy >= "0.9.0"
  585. duration
  586. dypgen
  587. earley >= "3.0.0"
  588. earlybird < "1.3.4"
  589. easy-format >= "1.3.2" & < "1.3.4"
  590. easy_logging
  591. easy_logging_yojson
  592. ecaml < "v0.17.0"
  593. edn
  594. ego
  595. eigen >= "0.1.0"
  596. eio < "0.8.1"
  597. eio-ssl
  598. eio_linux < "0.8.1"
  599. either
  600. elasticsearch-cli >= "0.5"
  601. electrod
  602. elpi
  603. email_message < "v0.17.0"
  604. embedded_ocaml_templates < "0.8"
  605. emile >= "0.4"
  606. encore >= "0.4"
  607. env_config < "v0.17.0"
  608. epictetus
  609. eqaf >= "0.2"
  610. eqaf-cstruct
  611. equinoxe
  612. equinoxe-cohttp
  613. equinoxe-hlc
  614. erlang
  615. erssical
  616. esa
  617. esgg
  618. esperanto-cosmopolitan >= "0.0.5"
  619. ethernet
  620. euler
  621. exenum >= "0.86"
  622. exit
  623. expect >= "0.1.0"
  624. expect_test_helpers
  625. expect_test_helpers_async < "v0.17.0"
  626. expect_test_helpers_core < "v0.17.0"
  627. expect_test_helpers_kernel
  628. expr
  629. extlib >= "1.7.9"
  630. extunix >= "0.3.1" & < "0.4.2"
  631. ez_api
  632. ez_cmdliner
  633. ez_config
  634. ez_file != "0.2.0"
  635. ez_hash
  636. ez_pgocaml
  637. ez_search
  638. ez_subst
  639. ezcurl < "0.3"
  640. ezcurl-lwt < "0.3"
  641. ezdl
  642. ezgzip >= "0.2.3"
  643. ezjs_ace
  644. ezjs_blockies
  645. ezjs_cleave
  646. ezjs_crypto
  647. ezjs_cytoscape
  648. ezjs_d3pie
  649. ezjs_extension
  650. ezjs_fetch
  651. ezjs_idb
  652. ezjs_jquery
  653. ezjs_min
  654. ezjs_odometer
  655. ezjs_push
  656. ezjs_qrcode
  657. ezjs_recaptcha
  658. ezjs_timeline
  659. ezjsonm >= "1.0.0"
  660. ezjsonm-lwt
  661. ezresto
  662. ezresto-directory
  663. ezsqlite >= "0.4.2"
  664. ezxmlm >= "1.1.0"
  665. FPauth
  666. FPauth-core
  667. FPauth-responses
  668. FPauth-strategies
  669. FrontC >= "4.0.0"
  670. faad >= "0.5.0"
  671. facteur
  672. fadbadml >= "0.1.2"
  673. faraday >= "0.7.1"
  674. faraday-async >= "0.7.1"
  675. faraday-lwt >= "0.7.1"
  676. faraday-lwt-unix >= "0.7.1"
  677. farmhash >= "0.4"
  678. fasmifra
  679. fat-filesystem >= "0.13.0"
  680. fd-send-recv >= "2.0.1"
  681. fdkaac >= "0.3.2"
  682. feat
  683. feat-core
  684. feat-num
  685. feather
  686. feather_async
  687. ff
  688. ff-bench
  689. ff-pbt
  690. ff-sig
  691. ffmpeg >= "1.0.0~beta1" & != "1.1.5" & < "1.1.7"
  692. ffmpeg-av != "1.1.5" & < "1.1.7"
  693. ffmpeg-avcodec != "1.1.5" & < "1.1.7"
  694. ffmpeg-avdevice != "1.1.5" & < "1.1.7"
  695. ffmpeg-avfilter != "1.1.5" & < "1.1.7"
  696. ffmpeg-avutil != "1.1.5" & < "1.1.7"
  697. ffmpeg-swresample != "1.1.5" & < "1.1.7"
  698. ffmpeg-swscale != "1.1.5" & < "1.1.7"
  699. fftw3 >= "0.8.2"
  700. fiat-p256
  701. fieldslib >= "v0.12.0" & < "v0.17.0"
  702. file_path < "v0.17.0"
  703. fileutils >= "0.6.1"
  704. finch
  705. fit < "1.3.2"
  706. fix >= "20181206"
  707. flac
  708. flex-array
  709. fluxt
  710. fmlib < "0.5.3"
  711. fmlib_js < "0.5.3"
  712. fmlib_parse < "0.5.3"
  713. fmlib_pretty < "0.5.3"
  714. fmlib_std < "0.5.3"
  715. fontforge-of-ocaml
  716. fred
  717. freetds >= "0.7"
  718. frei0r >= "0.1.2"
  719. frenetic
  720. fromager
  721. fsevents
  722. fsevents-lwt
  723. fsml
  724. fswatch
  725. fswatch_async
  726. fswatch_lwt
  727. fun-postgresql
  728. fun-sql
  729. fun-sqlite
  730. functoria
  731. functoria-runtime
  732. fuzzy_compare
  733. fuzzy_match < "v0.17.0"
  734. fzf < "v0.17.0"
  735. General
  736. GT < "0.5.4"
  737. gapi-ocaml
  738. gbddml
  739. gd >= "1.1"
  740. gdbprofiler >= "0.4"
  741. gemini >= "0.3.0"
  742. gen >= "0.5.2"
  743. gen_js_api < "1.1.4"
  744. gendarme
  745. gendarme-csv
  746. gendarme-ezjsonm
  747. gendarme-json < "0.4.0"
  748. gendarme-toml
  749. gendarme-yaml
  750. gendarme-yojson
  751. genprint
  752. genspio >= "0.0.3"
  753. genspir >= "1.0.0"
  754. geojson < "0.2.0"
  755. geojsone < "0.2.0"
  756. geoml
  757. get_line >= "7.0.0"
  758. gettext >= "0.4.1" & < "0.5.0"
  759. gettext-camomile < "0.5.0"
  760. gettext-stub < "0.5.0"
  761. git
  762. git-cohttp
  763. git-cohttp-unix
  764. git-http
  765. git-kv < "0.2.0"
  766. git-mirage
  767. git-paf
  768. git-unix
  769. github >= "4.0.0"
  770. github-data
  771. github-hooks
  772. github-hooks-unix >= "0.5.0"
  773. github-jsoo >= "4.1.0"
  774. github-unix >= "4.0.0"
  775. gitlab < "0.1.8"
  776. gitlab-jsoo < "0.1.8"
  777. gitlab-unix < "0.1.8"
  778. glfw-ocaml
  779. globlon
  780. gluten
  781. gluten-async
  782. gluten-eio
  783. gluten-lwt
  784. gluten-lwt-unix
  785. gluten-mirage
  786. gmap
  787. gmp
  788. gnuplot >= "0.6"
  789. gobba
  790. gobject-introspection
  791. goblint < "2.1.0"
  792. goblint-cil >= "1.8.0"
  793. google-drive-ocamlfuse
  794. gopcaml-mode >= "0.0.2"
  795. gopcaml-mode-merlin
  796. gospel < "0.2.0"
  797. gotd
  798. gperftools >= "0.4"
  799. gpiod
  800. gpr >= "1.4.0"
  801. gr
  802. grain_dypgen >= "0.2.1"
  803. graphics >= "5.0.0"
  804. graphql >= "0.8.0"
  805. graphql-async >= "0.8.0"
  806. graphql-cohttp >= "0.9.0"
  807. graphql-lwt >= "0.8.0"
  808. graphql_parser >= "0.9.0"
  809. graphql_ppx
  810. graphv
  811. graphv_core
  812. graphv_core_lib
  813. graphv_font
  814. graphv_font_js
  815. graphv_font_stb_truetype
  816. graphv_gles2
  817. graphv_gles2_native
  818. graphv_gles2_native_impl
  819. graphv_webgl
  820. graphv_webgl_impl
  821. gremlin
  822. grenier >= "0.8" & < "0.15"
  823. grid
  824. grpc < "0.2.0"
  825. grpc-async < "0.2.0"
  826. grpc-lwt < "0.2.0"
  827. gsl >= "1.24.0"
  828. gstreamer >= "0.3.1"
  829. guardian
  830. guile
  831. h1
  832. h1-lwt-unix
  833. h1_parser
  834. h2
  835. h2-async
  836. h2-eio
  837. h2-lwt
  838. h2-lwt-unix
  839. h2-mirage
  840. hack_parallel >= "1.0.0"
  841. hacl >= "0.3"
  842. hacl-star
  843. hacl-star-raw >= "0.5.0"
  844. hacl_x25519
  845. happy-eyeballs
  846. happy-eyeballs-lwt
  847. happy-eyeballs-miou-unix
  848. happy-eyeballs-mirage
  849. hardcaml < "v0.17.0"
  850. hardcaml_axi < "v0.17.0"
  851. hardcaml_c < "v0.17.0"
  852. hardcaml_circuits < "v0.17.0"
  853. hardcaml_fixed_point < "v0.17.0"
  854. hardcaml_handshake < "v0.17.0"
  855. hardcaml_of_verilog < "v0.17.0"
  856. hardcaml_step_testbench < "v0.17.0"
  857. hardcaml_verify < "v0.17.0"
  858. hardcaml_verilator < "v0.17.0"
  859. hardcaml_waveterm < "v0.17.0"
  860. hardcaml_xilinx < "v0.17.0"
  861. hardcaml_xilinx_components < "v0.17.0"
  862. hardcaml_xilinx_reports < "v0.17.0"
  863. hashcons >= "1.4.0"
  864. hashids >= "1.0.1"
  865. hashset >= "1.0.1"
  866. haxe >= "4.1.1"
  867. hc < "0.2"
  868. hdf5 >= "0.1.5"
  869. headache < "1.07"
  870. header-check
  871. herdtools7 >= "7.55"
  872. hex >= "1.3.0"
  873. hex_encode < "v0.17.0"
  874. hexstring
  875. hg_lib < "v0.17.0"
  876. hidapi >= "1.1"
  877. hidapi-lwt
  878. higher_kinded < "v0.17.0"
  879. higlo >= "0.8"
  880. hilite < "0.5.0"
  881. hkdf
  882. hl_yaml
  883. hockmd
  884. horned_worm
  885. hpack
  886. htmlfromtexbooks
  887. hts_shrink >= "2.0.0"
  888. http-cookie < "4.3.0"
  889. http-lwt-client
  890. http-mirage-client
  891. http-multipart-formdata
  892. http_async
  893. httpaf >= "0.6.0"
  894. httpaf-async >= "0.6.0"
  895. httpaf-lwt-unix
  896. httpaf_caged
  897. httpcats
  898. httph
  899. huffman
  900. hurl
  901. hvsock >= "2.0.0"
  902. hxd
  903. hyper
  904. ISO3166
  905. ISO8601 >= "0.2.6"
  906. i3ipc
  907. icalendar
  908. idd
  909. idds
  910. imagelib
  911. incr_dom < "v0.17.0"
  912. incr_dom_interactive < "v0.17.0"
  913. incr_dom_keyboard
  914. incr_dom_partial_render < "v0.17.0"
  915. incr_dom_sexp_form < "v0.17.0"
  916. incr_dom_widgets
  917. incr_map < "v0.17.0"
  918. incr_select < "v0.17.0"
  919. incremental < "v0.17.0"
  920. incremental_cycles
  921. indentation_buffer < "v0.17.0"
  922. index
  923. index-bench
  924. inferno >= "20190924"
  925. influxdb
  926. influxdb-async
  927. influxdb-lwt
  928. inotify >= "2.4" & < "2.6"
  929. inquire
  930. int_repr < "v0.17.0"
  931. integers >= "0.3.0"
  932. integers_stubs_js
  933. integration1d >= "0.5.1"
  934. interface-prime
  935. interface-prime-lwt
  936. interval >= "1.5" & < "1.6"
  937. interval-map
  938. interval_base
  939. interval_crlibm
  940. interval_intel
  941. io-page
  942. io-page-unix
  943. iostream
  944. iostream-camlzip
  945. ipaddr >= "2.9.0"
  946. ipaddr-cstruct
  947. ipaddr-sexp
  948. irc-client >= "0.6.2"
  949. irc-client-lwt >= "0.6.2"
  950. irc-client-lwt-ssl
  951. irc-client-tls >= "0.6.2"
  952. irc-client-unix >= "0.6.2"
  953. iri >= "0.6.0" & < "1.1.0"
  954. irmin
  955. irmin-bench
  956. irmin-chunk
  957. irmin-cli
  958. irmin-client
  959. irmin-containers
  960. irmin-fs
  961. irmin-git
  962. irmin-graphql
  963. irmin-http
  964. irmin-indexeddb
  965. irmin-layers
  966. irmin-mirage
  967. irmin-mirage-git
  968. irmin-mirage-graphql
  969. irmin-pack
  970. irmin-pack-tools
  971. irmin-server
  972. irmin-test
  973. irmin-tezos
  974. irmin-unix
  975. irmin-watcher
  976. iso639
  977. iter
  978. itv-tree >= "2.2"
  979. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  980. jane_rope < "v0.17.0"
  981. janestreet_cpuid < "v0.17.0"
  982. janestreet_csv < "v0.17.0"
  983. janestreet_lru_cache < "v0.17.0"
  984. jekyll-format >= "0.2.0"
  985. jemalloc >= "0.2"
  986. jhupllib >= "0.2.1"
  987. jingoo >= "1.3.0"
  988. jose
  989. js_of_ocaml < "4.1.0"
  990. js_of_ocaml-compiler < "4.1.0"
  991. js_of_ocaml-lwt < "4.1.0"
  992. js_of_ocaml-ocamlbuild >= "3.5.0"
  993. js_of_ocaml-ppx < "4.1.0"
  994. js_of_ocaml-ppx_deriving_json < "4.1.0"
  995. js_of_ocaml-toplevel < "4.1.0"
  996. js_of_ocaml-tyxml < "4.1.0"
  997. js_of_ocaml-webgpu
  998. js_of_ocaml-webidl
  999. js_of_ocaml_patches < "v0.17.0"
  1000. json-data-encoding < "1.0.0"
  1001. json-data-encoding-browser < "1.0.0"
  1002. json-data-encoding-bson < "1.0.0"
  1003. json_decoder
  1004. jsonaf < "v0.17.0"
  1005. jsonoo
  1006. jsonrpc < "1.15.1-5.0"
  1007. jsonxt
  1008. jsoo-react
  1009. jsoo_broadcastchannel
  1010. jsoo_storage
  1011. jst-config < "v0.17.0"
  1012. junit >= "2.0.1" & < "2.2.0"
  1013. junit_alcotest >= "2.0.1" & < "2.2.0"
  1014. junit_ounit >= "2.0.1" & < "2.2.0"
  1015. jupyter
  1016. jupyter-archimedes
  1017. jupyter-kernel
  1018. jwto
  1019. kafka >= "0.5"
  1020. kafka_async
  1021. kafka_lwt
  1022. kappa-agents
  1023. kappa-binaries
  1024. kappa-library
  1025. kappa-server
  1026. kcas < "0.1.6"
  1027. kdf
  1028. ke
  1029. key-parsers >= "0.10.1"
  1030. kicadsch >= "0.4.0"
  1031. kind2
  1032. kinetic-client >= "0.0.11"
  1033. kittyimg
  1034. kqueue
  1035. krb
  1036. lab < "0.1.8"
  1037. lablgtk3 >= "3.0.beta4"
  1038. lablgtk3-extras >= "3.0.1"
  1039. lablgtk3-goocanvas2
  1040. lablgtk3-gtkspell3
  1041. lablgtk3-rsvg2
  1042. lablgtk3-sourceview3
  1043. lablqml
  1044. labrys
  1045. lacaml >= "11.0.2"
  1046. ladspa >= "0.2.0"
  1047. lambda
  1048. lambda-runtime
  1049. lambda-term >= "2.0" & < "3.3.0"
  1050. lambda_streams
  1051. lambda_streams_async
  1052. lambda_streams_lwt
  1053. lambdapi < "2.3.1"
  1054. lambdasoup >= "0.6.4"
  1055. lame >= "0.3.4"
  1056. landmarks = "1.4"
  1057. landmarks-ppx < "1.5"
  1058. lascar >= "0.6-alpha"
  1059. lastfm = "0.3.3"
  1060. launchd >= "1.3"
  1061. lazy-trie
  1062. lbfgs >= "0.9.1"
  1063. lbvs_consent >= "2.1.0"
  1064. ldap >= "2.4.1"
  1065. ldp < "0.5.0"
  1066. ldp_curl < "0.5.0"
  1067. ldp_js < "0.5.0"
  1068. ldp_tls < "0.5.0"
  1069. leaflet
  1070. learn-ocaml
  1071. learn-ocaml-client
  1072. ledgerwallet
  1073. ledgerwallet-tezos
  1074. lens >= "1.2.3"
  1075. letsencrypt
  1076. letsencrypt-app
  1077. letsencrypt-dns
  1078. letsencrypt-mirage
  1079. letters
  1080. leveldb >= "1.3.0"
  1081. libabsolute
  1082. libbinaryen < "110.0.0"
  1083. libirmin
  1084. libsvm >= "0.10.0"
  1085. libzipperposition
  1086. lilac
  1087. lilv
  1088. line-up-words < "v0.17.0"
  1089. line_oriented
  1090. linenoise >= "1.2.0"
  1091. links
  1092. links-mysql
  1093. links-postgresql
  1094. links-sqlite3
  1095. linol
  1096. linol-eio
  1097. linol-lwt
  1098. lintcstubs-arity < "0.2.0" | >= "0.4.1"
  1099. linwrap
  1100. liquid_interpreter
  1101. liquid_ml
  1102. liquid_parser
  1103. liquid_std
  1104. liquid_syntax
  1105. little_logger
  1106. llama-cpp-ocaml
  1107. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1108. lmdb = "1.0"
  1109. lo >= "0.2.0"
  1110. loga
  1111. logical
  1112. logs-async < "1.3"
  1113. logs-async-reporter < "1.3"
  1114. logs-ppx
  1115. logs-syslog
  1116. logtk
  1117. lp
  1118. lp-glpk
  1119. lp-glpk-js
  1120. lp-gurobi
  1121. lp-highs
  1122. lpd
  1123. lrgrep
  1124. lru >= "0.3.0"
  1125. lru_cache
  1126. lsp < "1.15.1-5.0"
  1127. lt-code
  1128. lua-ml >= "0.9.3"
  1129. lua_parser
  1130. lun
  1131. lustre-v6 >= "6.103.3"
  1132. lutils >= "1.51.2"
  1133. lutin >= "2.71.10"
  1134. luv
  1135. luv_unix
  1136. lwd < "0.4"
  1137. lwt != "5.9.2" & < "6.0.0"
  1138. lwt-canceler
  1139. lwt-dllist
  1140. lwt-exit
  1141. lwt-parallel
  1142. lwt-pipe
  1143. lwt-pipeline >= "0.2"
  1144. lwt-watcher
  1145. lwt_direct < "6.0.0"
  1146. lwt_domain
  1147. lwt_eio < "0.4"
  1148. lwt_glib >= "1.1.1"
  1149. lwt_log >= "1.1.1"
  1150. lwt_ppx >= "1.2.2" & < "5.9.2"
  1151. lwt_react >= "1.1.2"
  1152. lwt_retry
  1153. lwt_ssl >= "1.1.3"
  1154. lz4 >= "1.2.0"
  1155. lz4_chans
  1156. lzo >= "0.0.3"
  1157. macaddr
  1158. macaddr-cstruct
  1159. macaddr-sexp
  1160. mad >= "0.5.0"
  1161. magic-mime >= "1.1.2"
  1162. magic-trace
  1163. make-random
  1164. malfunction
  1165. man_in_the_middle_debugger < "v0.17.0"
  1166. markdown
  1167. markup >= "0.8.0"
  1168. markup-lwt
  1169. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  1170. matplotlib
  1171. mc2
  1172. mccs >= "1.1+10"
  1173. mdx != "1.7.0" & < "2.2.0"
  1174. mec
  1175. mechaml
  1176. mehari-eio < "0.2"
  1177. mehari-eio-unix
  1178. mehari-lwt-unix < "0.2"
  1179. mehari-mirage < "0.2"
  1180. mem_usage
  1181. memcad
  1182. memfd
  1183. memgraph
  1184. memgraph_kitty
  1185. memo < "0.2"
  1186. memprof-limits
  1187. memtrace
  1188. memtrace-mirage
  1189. memtrace_viewer
  1190. menhir >= "20200123"
  1191. menhirCST
  1192. menhirLib
  1193. menhirSdk
  1194. merge-fmt < "0.4"
  1195. merlin < "5.3-502"
  1196. merlin-extend
  1197. merlin-lib < "5.3-502"
  1198. mesh >= "0.9.5"
  1199. mesh-easymesh >= "0.9.5"
  1200. mesh-graphics >= "0.9.5"
  1201. mesh-triangle >= "0.9.5"
  1202. metadb
  1203. metapp
  1204. metaquot
  1205. metrics
  1206. metrics-influx
  1207. metrics-lwt
  1208. metrics-rusage
  1209. metrics-unix
  1210. mew
  1211. mew_vi
  1212. mimic
  1213. mimic-happy-eyeballs
  1214. mindstorm >= "0.8"
  1215. mindstorm-lwt
  1216. minicaml
  1217. minicli >= "5.0.2"
  1218. minisat >= "0.3"
  1219. miou < "0.5.2"
  1220. mirage >= "4.0.0"
  1221. mirage-block
  1222. mirage-block-ccm
  1223. mirage-block-combinators
  1224. mirage-block-lwt
  1225. mirage-block-ramdisk
  1226. mirage-block-solo5
  1227. mirage-block-unix
  1228. mirage-block-xen
  1229. mirage-bootvar
  1230. mirage-channel >= "3.2.0"
  1231. mirage-channel-lwt
  1232. mirage-clock
  1233. mirage-clock-lwt
  1234. mirage-clock-unix
  1235. mirage-conduit
  1236. mirage-console
  1237. mirage-console-lwt
  1238. mirage-crypto
  1239. mirage-crypto-ec
  1240. mirage-crypto-pk
  1241. mirage-crypto-rng
  1242. mirage-crypto-rng-async
  1243. mirage-crypto-rng-eio
  1244. mirage-crypto-rng-lwt
  1245. mirage-crypto-rng-miou-unix
  1246. mirage-crypto-rng-mirage
  1247. mirage-device
  1248. mirage-dns
  1249. mirage-flow
  1250. mirage-flow-combinators
  1251. mirage-flow-lwt
  1252. mirage-flow-unix
  1253. mirage-fs
  1254. mirage-fs-lwt
  1255. mirage-kv >= "2.0.0"
  1256. mirage-kv-lwt >= "2.0.0"
  1257. mirage-kv-mem
  1258. mirage-kv-unix < "3.0.0"
  1259. mirage-monitoring
  1260. mirage-mtime
  1261. mirage-nat
  1262. mirage-net
  1263. mirage-net-lwt
  1264. mirage-net-macosx >= "1.5.0"
  1265. mirage-net-solo5
  1266. mirage-net-unix
  1267. mirage-net-xen
  1268. mirage-profile
  1269. mirage-protocols
  1270. mirage-protocols-lwt
  1271. mirage-ptime
  1272. mirage-qubes
  1273. mirage-qubes-ipv4
  1274. mirage-random
  1275. mirage-runtime
  1276. mirage-sleep
  1277. mirage-solo5
  1278. mirage-stack
  1279. mirage-stack-lwt
  1280. mirage-time
  1281. mirage-time-lwt
  1282. mirage-time-unix
  1283. mirage-types >= "3.6.0"
  1284. mirage-types-lwt >= "3.6.0"
  1285. mirage-unix
  1286. mirage-vnetif
  1287. mirage-xen
  1288. mkaudio >= "1.1.0"
  1289. mkocaml
  1290. mlbdd >= "0.7.2"
  1291. mlfenv
  1292. mlmpfr >= "4.0.2+dune"
  1293. mlpost
  1294. mlpost-lablgtk
  1295. mlt_parser < "v0.17.0"
  1296. mm >= "0.7.0" & < "0.8.2"
  1297. mmap
  1298. mmdb
  1299. mmo
  1300. mock >= "0.1.1"
  1301. mock-ounit >= "0.1.1"
  1302. module-graph
  1303. molenc
  1304. monaco_jsoo
  1305. monolith < "20241126"
  1306. monomorphic >= "2.0"
  1307. monorobot
  1308. morbig >= "0.10.3"
  1309. morsmall
  1310. moss >= "0.1.1"
  1311. mparser >= "1.3"
  1312. mparser-pcre
  1313. mparser-re
  1314. mperf
  1315. mpg123
  1316. mpp >= "0.3.4"
  1317. mpris
  1318. mpris-clients
  1319. mrmime
  1320. msat >= "0.8"
  1321. msat-bin
  1322. msgpck >= "1.5"
  1323. msgpck-repr
  1324. mssql
  1325. mugen
  1326. mula
  1327. multibase
  1328. multicodec
  1329. multihash
  1330. multihash-digestif
  1331. multipart-form-data >= "0.3.0"
  1332. multipart_form
  1333. multipart_form-cohttp-lwt
  1334. multipart_form-eio
  1335. multipart_form-lwt
  1336. multipart_form-miou
  1337. murmur3 >= "0.3"
  1338. mustache >= "3.1.0"
  1339. mustache-cli
  1340. mutf8
  1341. mwt
  1342. mybuild >= "7"
  1343. mysql8
  1344. mysql_protocol
  1345. n_ary < "v0.17.0"
  1346. naboris
  1347. nacc
  1348. nanoev
  1349. nanoev-picos
  1350. nanoev-posix
  1351. nanoev_tiny_httpd
  1352. nanoid
  1353. nanosvg
  1354. nanosvg_text
  1355. nbd >= "4.0.3"
  1356. nbd-tool
  1357. nbd-unix
  1358. netkat
  1359. netlink >= "0.3.4"
  1360. netsnmp < "v0.17.0"
  1361. nice_parser
  1362. ninja_utils
  1363. nlopt
  1364. nmea
  1365. noCanren >= "0.3.0~alpha1"
  1366. nocoiner
  1367. node_of_ocaml
  1368. noise
  1369. non_empty_list
  1370. nottui < "0.4"
  1371. nottui-lwt < "0.4"
  1372. nottui-pretty < "0.4"
  1373. notty >= "0.2.3"
  1374. notty_async >= "v0.12.0" & < "v0.17.0"
  1375. np
  1376. npy >= "0.0.9"
  1377. nsq
  1378. numeric_string < "v0.17.0"
  1379. nuscr
  1380. OCanren-ppx
  1381. obeam
  1382. obelisk >= "0.5.0"
  1383. obuilder < "0.5"
  1384. obuilder-spec < "0.5"
  1385. obus >= "1.2.0"
  1386. ocal >= "0.2.2"
  1387. ocaml-canvas
  1388. ocaml-compiler-libs >= "v0.12.0"
  1389. ocaml-embed-file < "v0.17.0"
  1390. ocaml-in-python
  1391. ocaml-lsp-server < "1.17.0"
  1392. ocaml-lua
  1393. ocaml-migrate-parsetree
  1394. ocaml-migrate-parsetree-ocamlbuild
  1395. ocaml-monadic >= "0.4.1"
  1396. ocaml-print-intf
  1397. ocaml-probes < "v0.17.0"
  1398. ocaml-protoc >= "2.0.1"
  1399. ocaml-protoc-plugin < "4.3.1"
  1400. ocaml-r >= "0.1.1"
  1401. ocaml-syntax-shims
  1402. ocaml-systemd >= "1.3"
  1403. ocaml-top >= "1.2.0"
  1404. ocaml-vdom < "transition"
  1405. ocaml-version = "3.5.0"
  1406. ocaml_db_model
  1407. ocaml_intrinsics < "v0.17.0"
  1408. ocaml_pgsql_model
  1409. ocaml_plugin
  1410. ocamlapi
  1411. ocamlapi_async
  1412. ocamlapi_lwt_unix
  1413. ocamlapi_ppx
  1414. ocamlcodoc
  1415. ocamldiff >= "1.2"
  1416. ocamlformat
  1417. ocamlformat-lib
  1418. ocamlformat-mlx
  1419. ocamlformat-mlx-lib
  1420. ocamlformat-rpc < "removed"
  1421. ocamlformat-rpc-lib
  1422. ocamlgraph >= "2.0.0"
  1423. ocamlgraph_gtk
  1424. ocamline
  1425. ocamlog
  1426. ocb
  1427. ocf >= "0.8.0" & < "1.0.0"
  1428. ocf_ppx < "1.0.0"
  1429. ockt
  1430. ocluster < "0.2"
  1431. ocluster-api < "0.2"
  1432. ocolor
  1433. ocp-browser >= "1.1.9"
  1434. ocp-indent >= "1.7.0" & < "1.9.0"
  1435. ocp-indent-nlfork
  1436. ocp-index >= "1.1.9"
  1437. ocp-search
  1438. ocp_reveal
  1439. ocplib-endian >= "1.1"
  1440. ocplib-json-typed >= "0.7"
  1441. ocplib-json-typed-browser
  1442. ocplib-json-typed-bson
  1443. ocplib-simplex >= "0.5"
  1444. ocplib_stuff != "0.3.0"
  1445. ocsigen-i18n >= "4.0.0"
  1446. ocsigen-ppx-rpc
  1447. ocsigenserver >= "4.0.1"
  1448. ocsipersist
  1449. ocsipersist-dbm
  1450. ocsipersist-dbm-config
  1451. ocsipersist-lib
  1452. ocsipersist-pgsql
  1453. ocsipersist-pgsql-config
  1454. ocsipersist-sqlite
  1455. ocsipersist-sqlite-config
  1456. octavius >= "1.2.2"
  1457. odash
  1458. odate
  1459. odep < "0.2.0"
  1460. odepack >= "0.6.9"
  1461. odnnr
  1462. odoc < "3.0.0"
  1463. odoc-parser < "3.0.0"
  1464. of_json < "v0.17.0"
  1465. offheap
  1466. ogg >= "1.0.0"
  1467. ohex
  1468. oidc
  1469. ojs < "1.1.4"
  1470. ojs_base
  1471. ojs_base_all
  1472. ojs_base_ppx
  1473. ojs_ed
  1474. ojs_filetree
  1475. ojs_list
  1476. olinq >= "0.3"
  1477. omd >= "1.3.2"
  1478. ometrics
  1479. omg
  1480. omigrate < "0.3.1"
  1481. omlr
  1482. oniguruma
  1483. opam-0install
  1484. opam-0install-cudf
  1485. opam-bin >= "1.0.0"
  1486. opam-build
  1487. opam-client >= "2.0.2"
  1488. opam-compiler
  1489. opam-core >= "2.0.2"
  1490. opam-custom-install
  1491. opam-devel >= "2.0.2"
  1492. opam-dune-lint < "0.3"
  1493. opam-ed >= "0.4"
  1494. opam-file-format >= "2.1.0" & < "2.1.5"
  1495. opam-format >= "2.0.2"
  1496. opam-graph
  1497. opam-grep >= "0.2.0"
  1498. opam-installer >= "2.0.2"
  1499. opam-monorepo < "0.3.1"
  1500. opam-package-upgrade >= "0.2"
  1501. opam-publish >= "2.0.2"
  1502. opam-repository >= "2.0.2"
  1503. opam-solver >= "2.0.2"
  1504. opam-spin
  1505. opam-state >= "2.0.2"
  1506. opam-test
  1507. opam_bin_lib != "0.9.5"
  1508. opasswd
  1509. opazl
  1510. openai-gym
  1511. openapi
  1512. openapi-opium
  1513. openapi_router
  1514. opencc0
  1515. opencc1
  1516. opencc1_1
  1517. openQASM
  1518. opentelemetry
  1519. opentelemetry-client-cohttp-eio
  1520. opentelemetry-client-cohttp-lwt
  1521. opentelemetry-client-ocurl
  1522. opentelemetry-cohttp-lwt
  1523. opentelemetry-logs
  1524. opentelemetry-lwt
  1525. opium
  1526. opium-graphql
  1527. opium-testing
  1528. opium_kernel >= "0.17.0"
  1529. oplot < "0.85"
  1530. oplsr
  1531. opomodoro
  1532. opsian
  1533. optal
  1534. opti
  1535. optimization1d >= "0.6.1"
  1536. optiml-transport
  1537. optint
  1538. opus
  1539. oraft < "0.3.0"
  1540. oranger >= "2.0.1"
  1541. orb
  1542. order-i3-xfce
  1543. ordinal_abbreviation < "v0.17.0"
  1544. ordma >= "0.0.5"
  1545. orec >= "1.0.1"
  1546. orewa
  1547. orf
  1548. orgeat
  1549. orpie
  1550. orrandomForest
  1551. orsvm_e1071 >= "4.0.0"
  1552. orun
  1553. orxgboost >= "1.1.0"
  1554. osc >= "0.2.0"
  1555. osc-lwt
  1556. osc-unix
  1557. oseq >= "0.2"
  1558. osh
  1559. oskel
  1560. osnap
  1561. osx-secure-transport
  1562. otf
  1563. otoggl
  1564. otoml
  1565. otr
  1566. ounit = "2.1.2"
  1567. ounit-lwt < "2.2.0"
  1568. ounit2 < "2.2.7"
  1569. ounit2-lwt < "2.2.7"
  1570. override
  1571. owee < "0.8"
  1572. owl >= "0.4.0" & < "1.2"
  1573. owl-base >= "0.4.0" & < "1.2"
  1574. owl-jupyter
  1575. owl-ode
  1576. owl-ode-base
  1577. owl-ode-odepack
  1578. owl-ode-sundials
  1579. owl-opt
  1580. owl-opt-lbfgs
  1581. owl-plplot < "1.1"
  1582. owl-symbolic
  1583. owl-top >= "0.4.0" & < "1.2"
  1584. owl-zoo >= "0.4.0"
  1585. owork
  1586. ozulip
  1587. p4pp
  1588. p5scm
  1589. packstream
  1590. pacomb
  1591. paf
  1592. paf-cohttp
  1593. pam < "v0.17.0"
  1594. pandoc
  1595. pandoc-abbreviations
  1596. pandoc-comment
  1597. pandoc-crossref
  1598. pandoc-include
  1599. pandoc-inspect
  1600. pandoc-pdf2png
  1601. pandoc-replace
  1602. papi >= "0.1.1"
  1603. parany >= "9.0.0"
  1604. pardi
  1605. parmap >= "1.1.1"
  1606. parsexp >= "v0.12.0" & < "v0.17.0"
  1607. parsexp_io < "v0.17.0"
  1608. parsley
  1609. patdiff >= "v0.12.1" & < "v0.17.0"
  1610. path_glob
  1611. patience_diff < "v0.17.0"
  1612. patricia-tree < "0.10.0"
  1613. pattern
  1614. pb
  1615. pb-plugin
  1616. pbkdf
  1617. pbrt
  1618. pbrt_services
  1619. pbrt_yojson
  1620. pcap-format >= "0.5.2"
  1621. pcre >= "7.3.5"
  1622. pcre2
  1623. pds-reachability >= "0.2.2"
  1624. pecu >= "0.2"
  1625. petr4
  1626. pf-qubes
  1627. pg_query
  1628. pgocaml >= "4.0"
  1629. pgocaml_ppx
  1630. pgx >= "1.0" & < "2.2"
  1631. pgx_async >= "1.0" & < "2.2"
  1632. pgx_lwt >= "1.0" & < "2.2"
  1633. pgx_lwt_mirage < "2.2"
  1634. pgx_lwt_unix < "2.2"
  1635. pgx_unix >= "1.0" & < "2.2"
  1636. pgx_value_core < "2.2"
  1637. pgx_value_ptime < "2.2"
  1638. phantom-algebra >= "1.0.1"
  1639. phonetic
  1640. phylogenetics < "0.2.0"
  1641. piaf
  1642. picasso
  1643. piqi >= "0.7.8"
  1644. piqilib >= "0.6.16"
  1645. pixel_pusher
  1646. pkcs11 >= "0.18.0"
  1647. pkcs11-cli
  1648. pkcs11-driver
  1649. pkcs11-rev
  1650. pla >= "1.3"
  1651. plateau
  1652. plato
  1653. plebeia < "2.0.0"
  1654. plist-xml
  1655. plist-xml-lwt
  1656. plotkicadsch
  1657. plplot >= "5.11.0-1"
  1658. polka
  1659. poll
  1660. polling_state_rpc < "v0.17.0"
  1661. polly
  1662. polynomial
  1663. pomap
  1664. popper
  1665. portaudio >= "0.2.2"
  1666. portaudio_c_bindings
  1667. portmidi
  1668. posix-base < "4.0.1"
  1669. posix-bindings < "4.0.1"
  1670. posix-getopt >= "2.0.0" & < "4.0.1"
  1671. posix-math2 < "4.0.1"
  1672. posix-signal < "4.0.1"
  1673. posix-socket < "4.0.1"
  1674. posix-socket-unix < "4.0.1"
  1675. posix-time2 < "4.0.1"
  1676. posix-types >= "2.0.0" & < "4.0.1"
  1677. posix-uname < "4.0.1"
  1678. posixat < "v0.17.0"
  1679. postgres_async < "v0.17.0"
  1680. postgresql >= "4.4.1"
  1681. pp
  1682. pp-binary-ints
  1683. pp_loc
  1684. pprint >= "20200226"
  1685. ppx-owl-opt
  1686. ppx_accessor < "v0.17.0"
  1687. ppx_assert < "v0.17.0"
  1688. ppx_bap
  1689. ppx_base < "v0.17.0"
  1690. ppx_bench < "v0.17.0"
  1691. ppx_bin_prot < "v0.17.0"
  1692. ppx_bitstring < "5.0.2"
  1693. ppx_blob >= "0.6.0"
  1694. ppx_camlrack
  1695. ppx_catch
  1696. ppx_cold < "v0.17.0"
  1697. ppx_compare < "v0.17.0"
  1698. ppx_compose >= "0.1.0"
  1699. ppx_const >= "2.0"
  1700. ppx_conv_func < "v0.17.0"
  1701. ppx_counters
  1702. ppx_css < "v0.17.0"
  1703. ppx_cstruct
  1704. ppx_cstubs
  1705. ppx_csv_conv < "v0.17.0"
  1706. ppx_custom_printf < "v0.17.0"
  1707. ppx_decimal
  1708. ppx_defer >= "0.4.0"
  1709. ppx_demo < "v0.17.0"
  1710. ppx_derive_at_runtime < "v0.17.0"
  1711. ppx_derivers >= "1.2.1"
  1712. ppx_deriving
  1713. ppx_deriving_cmdliner >= "0.5.1"
  1714. ppx_deriving_encoding
  1715. ppx_deriving_hardcaml
  1716. ppx_deriving_hash
  1717. ppx_deriving_json_schema
  1718. ppx_deriving_jsoo
  1719. ppx_deriving_madcast >= "0.2"
  1720. ppx_deriving_popper
  1721. ppx_deriving_protobuf
  1722. ppx_deriving_qcheck
  1723. ppx_deriving_rpc
  1724. ppx_deriving_scad
  1725. ppx_deriving_yaml < "0.2.2"
  1726. ppx_deriving_yojson
  1727. ppx_disable_unused_warnings < "v0.17.0"
  1728. ppx_distr_guards >= "0.2"
  1729. ppx_enumerate < "v0.17.0"
  1730. ppx_expect < "v0.17.0"
  1731. ppx_factory
  1732. ppx_fail
  1733. ppx_fields_conv < "v0.17.0"
  1734. ppx_fixed_literal < "v0.17.0"
  1735. ppx_gen_rec >= "1.1.0"
  1736. ppx_getenv >= "2.0"
  1737. ppx_globalize < "v0.17.0"
  1738. ppx_hash < "v0.17.0"
  1739. ppx_here < "v0.17.0"
  1740. ppx_ignore_instrumentation < "v0.17.0"
  1741. ppx_import
  1742. ppx_inline_alcotest
  1743. ppx_inline_test < "v0.16.1"
  1744. ppx_irmin
  1745. ppx_jane < "v0.17.0"
  1746. ppx_js_style < "v0.17.0"
  1747. ppx_jsobject_conv
  1748. ppx_jsonaf_conv < "v0.17.0"
  1749. ppx_let < "v0.17.0"
  1750. ppx_log < "v0.17.0"
  1751. ppx_make
  1752. ppx_map
  1753. ppx_marshal
  1754. ppx_marshal_ext
  1755. ppx_matches < "0.1.0"
  1756. ppx_meta_conv
  1757. ppx_module_timer < "v0.17.0"
  1758. ppx_monad
  1759. ppx_monoid >= "0.3.2"
  1760. ppx_mysql
  1761. ppx_mysql_identity
  1762. ppx_open
  1763. ppx_optcomp < "v0.17.0"
  1764. ppx_optional < "v0.17.0"
  1765. ppx_parser
  1766. ppx_pattern_bind < "v0.17.0"
  1767. ppx_pbt
  1768. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  1769. ppx_protocol_conv
  1770. ppx_protocol_conv_json
  1771. ppx_protocol_conv_jsonm
  1772. ppx_protocol_conv_msgpack
  1773. ppx_protocol_conv_xml_light
  1774. ppx_protocol_conv_xmlm
  1775. ppx_protocol_conv_yaml
  1776. ppx_pyformat
  1777. ppx_python < "v0.17.0"
  1778. ppx_rapper
  1779. ppx_rapper_async
  1780. ppx_rapper_lwt
  1781. ppx_regexp >= "0.4.0"
  1782. ppx_repr
  1783. ppx_seq
  1784. ppx_sexp_conv < "v0.17.0"
  1785. ppx_sexp_message < "v0.17.0"
  1786. ppx_sexp_value < "v0.17.0"
  1787. ppx_show
  1788. ppx_stable < "v0.17.0"
  1789. ppx_stable_witness < "v0.17.0"
  1790. ppx_string < "v0.17.0"
  1791. ppx_string_interpolation
  1792. ppx_subliner
  1793. ppx_test
  1794. ppx_there
  1795. ppx_tools >= "6.0+4.08.0"
  1796. ppx_tools_versioned
  1797. ppx_trace
  1798. ppx_tydi < "v0.17.0"
  1799. ppx_type_directed_value
  1800. ppx_typed_fields < "v0.17.0"
  1801. ppx_typerep_conv < "v0.17.0"
  1802. ppx_tyre
  1803. ppx_units
  1804. ppx_variants_conv < "v0.17.0"
  1805. ppx_viewpattern
  1806. ppx_wideopen
  1807. ppx_xml_conv < "v0.17.0"
  1808. ppx_yojson
  1809. ppx_yojson_conv < "v0.17.0"
  1810. ppx_yojson_conv_lib < "v0.17.0"
  1811. ppxfind >= "1.3"
  1812. ppxlib < "0.34.0"
  1813. ppxx
  1814. pratter
  1815. prbnmcn-basic-structures
  1816. prbnmcn-cgrph
  1817. prbnmcn-clustering
  1818. prbnmcn-dagger
  1819. prbnmcn-dagger-gsl
  1820. prbnmcn-dagger-stats
  1821. prbnmcn-dagger-test
  1822. prbnmcn-gnuplot
  1823. prbnmcn-linalg
  1824. prbnmcn-mcts
  1825. prbnmcn-proptest
  1826. prbnmcn-stats
  1827. prbnmcn-ucb1
  1828. prc
  1829. preface
  1830. prettym
  1831. printbox >= "0.2" & < "0.8"
  1832. printbox-html < "0.8"
  1833. printbox-text < "0.8"
  1834. proc-smaps
  1835. prof_spacetime
  1836. profunctor < "v0.17.0"
  1837. progress < "0.5.0"
  1838. prom
  1839. prometheus >= "0.6"
  1840. prometheus-app >= "0.6"
  1841. promise
  1842. promise_jsoo
  1843. promise_jsoo_lwt
  1844. protocell
  1845. protocol-9p >= "1.0.0"
  1846. protocol-9p-tool >= "1.0.0"
  1847. protocol-9p-unix >= "1.0.0"
  1848. protocol_version_header < "v0.17.0"
  1849. prr
  1850. psmt2-frontend = "0.3.0" | >= "0.4.0"
  1851. psq >= "0.1.1"
  1852. ptmap >= "2.0.5"
  1853. ptset
  1854. pulseaudio >= "0.1.4"
  1855. pure-html < "3.9.5"
  1856. pure-splitmix >= "0.3"
  1857. purl
  1858. py >= "1.1"
  1859. pyast
  1860. pyml >= "20210924"
  1861. pyml_bindgen < "0.3.0"
  1862. pyre-ast
  1863. pythonlib
  1864. qbf >= "0.3"
  1865. qcheck >= "0.13"
  1866. qcheck-alcotest
  1867. qcheck-core
  1868. qcheck-ounit
  1869. qinap
  1870. qiskit < "0.44.0"
  1871. qmp >= "0.19.0"
  1872. qrencode
  1873. qtest >= "2.10.1"
  1874. queenshead
  1875. quests
  1876. radamsa
  1877. radare2 >= "0.0.3"
  1878. randomconv
  1879. randoml
  1880. range
  1881. rangeSet
  1882. rankers
  1883. rawlink < "2.1"
  1884. raygui < "1.4.0"
  1885. raylib < "1.4.0"
  1886. rdbg >= "1.196.12"
  1887. rdf >= "0.13.0" & < "1.1.0"
  1888. rdf_impls < "1.1.0"
  1889. rdf_json_ld < "1.1.0"
  1890. rdf_lwt < "1.1.0"
  1891. rdf_mysql < "1.1.0"
  1892. rdf_postgresql < "1.1.0"
  1893. rdf_ppx < "1.1.0"
  1894. re >= "1.9.0" & < "1.13.2"
  1895. re2 >= "v0.12.1" & < "v0.17.0"
  1896. re2_stable
  1897. re_parser < "v0.17.0"
  1898. reactiveData = "0.3.0"
  1899. reanalyze
  1900. reason < "3.14.0"
  1901. reason-standard
  1902. received
  1903. record_builder < "v0.17.0"
  1904. records >= "1.0.0"
  1905. reddit_api_async
  1906. reddit_api_kernel
  1907. redirect
  1908. redis >= "0.4"
  1909. redis-async < "v0.17.0"
  1910. redis-lwt >= "0.4"
  1911. redis-sync >= "0.4"
  1912. reed-solomon-erasure >= "1.0.2"
  1913. reedsolomon
  1914. refl
  1915. regenerate
  1916. regex_parser_intf < "v0.17.0"
  1917. regrade
  1918. remu_ts
  1919. reparse
  1920. reparse-lwt
  1921. reparse-lwt-unix
  1922. reparse-unix
  1923. repr
  1924. repr-bench
  1925. repr-fuzz
  1926. res >= "5.0.1"
  1927. res_tailwindcss
  1928. resource-pooling >= "1.1"
  1929. resource_cache < "v0.17.0"
  1930. resp
  1931. resp-client
  1932. resp-mirage
  1933. resp-server >= "0.9"
  1934. resp-unix
  1935. resto
  1936. resto-acl
  1937. resto-cohttp
  1938. resto-cohttp-client
  1939. resto-cohttp-self-serving-client
  1940. resto-cohttp-server
  1941. resto-directory
  1942. resto-json
  1943. result
  1944. rfc1951 >= "0.8.1" & != "1.0.0"
  1945. rfc6287 >= "1.0.4"
  1946. rfc7748
  1947. rfsm >= "1.6-alpha-3" & < "2.0"
  1948. rhythm
  1949. ringo
  1950. ringo-lwt
  1951. rock
  1952. roman
  1953. root1d >= "0.5.1"
  1954. rope >= "0.6.2"
  1955. rosetta >= "0.2.0"
  1956. routes
  1957. rowex
  1958. rpc
  1959. rpc_parallel < "v0.17.0"
  1960. rpclib
  1961. rpclib-async
  1962. rpclib-html
  1963. rpclib-js
  1964. rpclib-lwt
  1965. rsdd
  1966. rss
  1967. rtop < "3.14.0"
  1968. rungen
  1969. rusage
  1970. rust-staticlib-gen
  1971. rust-staticlib-virtual
  1972. SZXX
  1973. safepass >= "3.1"
  1974. salsa20 >= "1.0.0"
  1975. salsa20-core >= "1.0.0"
  1976. samplerate >= "0.1.6"
  1977. sarek
  1978. satex
  1979. satyrographos
  1980. scad_ml
  1981. scfg
  1982. scgi
  1983. scipy
  1984. scrypt-kdf
  1985. sd_logic
  1986. search < "0.1.1"
  1987. searchTree
  1988. secp256k1 >= "0.4.1"
  1989. secp256k1-internal
  1990. sedlex >= "2.0" & < "3.2"
  1991. sek
  1992. semantic_version < "v0.17.0"
  1993. semaphore-compat
  1994. semver >= "0.2.1"
  1995. semver2
  1996. sendmail
  1997. sendmail-lwt
  1998. sendmail-miou-unix
  1999. sendmail-mirage
  2000. sentry
  2001. seq < "base"
  2002. sequencer_table < "v0.17.0"
  2003. serial
  2004. session >= "0.4.1"
  2005. session-cohttp >= "0.4.1"
  2006. session-cohttp-async >= "0.4.1"
  2007. session-cohttp-lwt >= "0.4.1"
  2008. session-cookie
  2009. session-cookie-async
  2010. session-cookie-lwt
  2011. session-postgresql >= "0.4.1"
  2012. session-postgresql-async
  2013. session-postgresql-lwt
  2014. session-redis-lwt >= "0.4.1"
  2015. session-webmachine >= "0.4.1"
  2016. setcore >= "1.0.2"
  2017. sexp < "v0.17.0"
  2018. sexp_decode
  2019. sexp_diff < "v0.17.0"
  2020. sexp_diff_kernel
  2021. sexp_grammar < "v0.17.0"
  2022. sexp_macro < "v0.17.0"
  2023. sexp_pretty < "v0.17.0"
  2024. sexp_select < "v0.17.0"
  2025. sexp_string_quickcheck < "v0.17.0"
  2026. sexplib >= "v0.12.0" & < "v0.17.0"
  2027. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2028. sgf >= "1.0.1"
  2029. sha >= "1.13"
  2030. shapefile
  2031. shared-block-ring
  2032. shared-memory-ring
  2033. shared-memory-ring-lwt
  2034. shared-secret >= "0.4"
  2035. shell < "v0.17.0"
  2036. shexp < "v0.17.0"
  2037. shine >= "0.2.2"
  2038. shuttle
  2039. shuttle_http < "0.11.0"
  2040. shuttle_ssl
  2041. sifun
  2042. sihl
  2043. sihl-cache
  2044. sihl-contract
  2045. sihl-core
  2046. sihl-email
  2047. sihl-facade
  2048. sihl-persistence
  2049. sihl-queue
  2050. sihl-session
  2051. sihl-storage
  2052. sihl-token
  2053. sihl-type
  2054. sihl-user
  2055. sihl-web
  2056. simple63
  2057. sklearn
  2058. slacko
  2059. slug
  2060. smart-print >= "0.3.0"
  2061. smbc
  2062. smol
  2063. smol-helpers
  2064. smtlib-utils
  2065. snappy >= "0.1.2"
  2066. snoke
  2067. so
  2068. solid < "0.5.0"
  2069. solid_server < "0.5.0"
  2070. solid_tools < "0.5.0"
  2071. solidity-alcotest
  2072. solidity-common
  2073. solidity-parser
  2074. solidity-test
  2075. solidity-typechecker
  2076. solo5-elftool
  2077. sortedseq_intersect
  2078. soundtouch >= "0.1.9"
  2079. soupault
  2080. spacetime_lib
  2081. spawn < "v0.9.0" | >= "v0.13.0"
  2082. spdx_licenses
  2083. spectrum
  2084. speex
  2085. spelll >= "0.3"
  2086. spin
  2087. splay_tree < "v0.17.0"
  2088. splittable_random < "v0.17.0"
  2089. spoc
  2090. spoc_ppx
  2091. spoke
  2092. spotify-web-api
  2093. spotlib >= "4.1.0"
  2094. sqlgg >= "20200521"
  2095. sqlite3 >= "4.4.1"
  2096. sqlite3_utils
  2097. srt < "0.3.4"
  2098. ssh-agent >= "0.2.0"
  2099. ssl >= "0.5.6"
  2100. stdcompat >= "19"
  2101. stdint >= "0.6.0" & < "0.7.2"
  2102. stdint-literals
  2103. stdio < "v0.17.0"
  2104. stdlib-diff
  2105. stdlib-random
  2106. stdlib-shims
  2107. stitch
  2108. stk < "0.5.0"
  2109. stk_iconv < "0.5.0"
  2110. stk_ocf < "0.5.0"
  2111. stk_ppx < "0.5.0"
  2112. stk_rdf < "0.5.0"
  2113. stk_xml < "0.5.0"
  2114. stog >= "0.20.0"
  2115. stog_all
  2116. stog_asy
  2117. stog_dot
  2118. stog_extern
  2119. stog_markdown
  2120. stog_multi_doc
  2121. stog_nocaml
  2122. stog_noexec
  2123. stog_plugins
  2124. stog_rdf
  2125. stog_rel_href
  2126. stog_server
  2127. stog_server_multi
  2128. stog_sitemap
  2129. stog_writing
  2130. stone >= "0.5.2"
  2131. stored_reversed < "v0.17.0"
  2132. streamable < "v0.17.0"
  2133. streaming
  2134. string_dict < "v0.17.0"
  2135. stringext >= "1.6.0"
  2136. sturgeon >= "0.4.2"
  2137. subscriptions-transport-ws
  2138. subtype-refinement >= "0.2"
  2139. sun
  2140. svmwrap
  2141. swagger >= "0.2.0"
  2142. swhid
  2143. swhid_compute
  2144. swhid_core
  2145. swhid_types
  2146. swipl
  2147. syguslib-utils
  2148. syndic >= "1.6.0"
  2149. sys-socket
  2150. sys-socket-unix
  2151. syslog
  2152. syslog-message >= "1.0.0"
  2153. syslog-rfc5424 < "0.2"
  2154. systemverilog >= "0.0.2"
  2155. tablecloth-base
  2156. tablecloth-native < "transition"
  2157. taglib >= "0.3.7"
  2158. talaria-bibtex
  2159. tar
  2160. tar-eio
  2161. tar-mirage
  2162. tar-unix
  2163. tcalc
  2164. tcpip
  2165. tdigest
  2166. telltime
  2167. tensorboard
  2168. terminal < "0.4.0"
  2169. terminal_size >= "0.1.4"
  2170. testu01
  2171. textmate-language
  2172. textrazor
  2173. textutils < "v0.17.0"
  2174. textutils_kernel < "v0.17.0"
  2175. textwrap >= "0.2.1"
  2176. tezos-base < "16.0"
  2177. tezos-base-test-helpers < "16.0"
  2178. tezos-base58
  2179. tezos-bls12-381-polynomial
  2180. tezos-clic < "16.0"
  2181. tezos-context < "16.0"
  2182. tezos-context-hash
  2183. tezos-context-hash-irmin
  2184. tezos-crypto < "16.0"
  2185. tezos-error-monad < "16.0"
  2186. tezos-event-logging < "16.0"
  2187. tezos-event-logging-test-helpers < "16.0"
  2188. tezos-hacl-glue
  2189. tezos-hacl-glue-unix
  2190. tezos-lwt-result-stdlib < "16.0"
  2191. tezos-micheline < "16.0"
  2192. tezos-p2p < "16.0"
  2193. tezos-p2p-services < "16.0"
  2194. tezos-plompiler
  2195. tezos-plonk
  2196. tezos-protocol-environment-packer
  2197. tezos-protocol-environment-sigs
  2198. tezos-protocol-environment-structs
  2199. tezos-requester < "16.0"
  2200. tezos-rpc < "16.0"
  2201. tezos-rpc-http < "16.0"
  2202. tezos-rpc-http-client < "16.0"
  2203. tezos-rpc-http-client-unix < "16.0"
  2204. tezos-rpc-http-server < "16.0"
  2205. tezos-shell-services < "16.0"
  2206. tezos-shell-services-test-helpers < "16.0"
  2207. tezos-stdlib < "16.0"
  2208. tezos-stdlib-unix < "16.0"
  2209. tezos-test-helpers < "16.0"
  2210. tezos-test-services
  2211. tezos-version < "16.0"
  2212. tezos-workers < "16.0"
  2213. tezt < "3.0.0"
  2214. theora
  2215. thread-local-storage
  2216. thrift
  2217. tidy >= "5-0.2"
  2218. tidy_email
  2219. tidy_email_mailgun
  2220. tidy_email_sendgrid
  2221. tidy_email_smtp
  2222. tilde_f < "v0.17.0"
  2223. time_now < "v0.17.0"
  2224. timed >= "1.1"
  2225. timedesc
  2226. timedesc-json
  2227. timedesc-sexp
  2228. timedesc-tzdb
  2229. timedesc-tzlocal
  2230. timedesc-tzlocal-js
  2231. timere
  2232. timere-parse
  2233. timezone < "v0.17.0"
  2234. tiny_httpd < "0.18"
  2235. tiny_httpd_camlzip < "0.18"
  2236. tip-parser >= "0.4"
  2237. tldr
  2238. tls >= "0.12.8" & < "0.15.4"
  2239. tls-async < "0.17.0"
  2240. tls-mirage < "0.15.4"
  2241. tofn
  2242. toml < "7.1.0"
  2243. toml-cconv
  2244. toml_cconv
  2245. toplevel_backend < "v0.17.0"
  2246. toplevel_expect_test < "v0.17.0"
  2247. topological_sort < "v0.17.0"
  2248. torch < "v0.17.0"
  2249. tqdm
  2250. trace
  2251. trace-fuchsia
  2252. trace-tef
  2253. tracing < "v0.17.0"
  2254. tracy-client
  2255. transept
  2256. traverse
  2257. travesty < "0.7.2"
  2258. trax >= "0.4.0"
  2259. tree_layout >= "0.2"
  2260. treeprint >= "2.3.0"
  2261. trie
  2262. tsdl-image >= "0.3.0"
  2263. tsdl-mixer
  2264. tsdl-ttf >= "0.3"
  2265. tsort
  2266. tube >= "4.4.0"
  2267. tuntap
  2268. twirp_cohttp_lwt_unix
  2269. twirp_core
  2270. twirp_ezcurl
  2271. twirp_tiny_httpd
  2272. twostep
  2273. tyabt
  2274. typerep >= "v0.12.0" & < "v0.17.0"
  2275. typeset < "0.4"
  2276. tyre = "0.5"
  2277. tyxml >= "4.3.0"
  2278. tyxml-jsx
  2279. tyxml-lwd < "0.4"
  2280. tyxml-ppx >= "4.3.0"
  2281. tyxml-syntax
  2282. ubase
  2283. ubpf
  2284. uecc >= "0.2"
  2285. ufind
  2286. uint >= "2.0.1"
  2287. ulid
  2288. um-abt
  2289. unidecode
  2290. unionFind < "20250818"
  2291. unisim_archisec < "0.0.1"
  2292. unison >= "2.51.4" & < "2.53.4"
  2293. universo
  2294. unix-errno >= "0.6.0"
  2295. unstrctrd
  2296. uri >= "2.2.1"
  2297. uri-bench
  2298. uri-re
  2299. uri-sexp
  2300. uring < "0.4"
  2301. uritemplate
  2302. user-agent-parser
  2303. username_kernel < "v0.17.0"
  2304. uspf
  2305. uspf-lwt
  2306. uspf-mirage
  2307. uspf-unix
  2308. utop
  2309. uuuu >= "0.1.1"
  2310. validator
  2311. variantslib >= "v0.12.0" & < "v0.17.0"
  2312. varray
  2313. vcaml
  2314. vcardgen >= "1.2"
  2315. vchan
  2316. vchan-unix
  2317. vchan-xen
  2318. vec
  2319. vector
  2320. vector3 >= "1.0.0"
  2321. vercel
  2322. vhd-format >= "0.12.0"
  2323. vhd-format-lwt
  2324. virtual_dom < "v0.17.0"
  2325. visitors >= "20200207"
  2326. vlq >= "0.2.1"
  2327. vmnet
  2328. vocal
  2329. voqc
  2330. vorbis
  2331. vpt >= "5.0.0"
  2332. vue-jsoo
  2333. wall >= "0.4"
  2334. wasm >= "2.0.2"
  2335. wasmer
  2336. wasmtime
  2337. wayland
  2338. waylaunch
  2339. webauthn
  2340. weberizer >= "0.8"
  2341. webmachine >= "0.6.2"
  2342. websocket >= "2.12"
  2343. websocket-async >= "2.12"
  2344. websocket-lwt
  2345. websocket-lwt-unix
  2346. websocketaf
  2347. webtest
  2348. webtest-js
  2349. wikitext
  2350. win-error >= "1.0"
  2351. win-eventlog >= "0.3"
  2352. winsvc
  2353. ws
  2354. ws-server
  2355. wseg
  2356. wtf8 >= "1.0.2"
  2357. wtr
  2358. wtr-ppx
  2359. wu-manber-fuzzy-search
  2360. x509
  2361. x86_64-esperanto >= "0.0.6"
  2362. xapi-backtrace
  2363. xapi-inventory
  2364. xapi-rrd
  2365. xapi-stdext-date
  2366. xapi-stdext-encodings
  2367. xapi-stdext-pervasives
  2368. xapi-stdext-std
  2369. xapi-stdext-threads
  2370. xapi-stdext-unix
  2371. xapi-stdext-zerocheck
  2372. xdg-basedir
  2373. xen-evtchn
  2374. xen-evtchn-unix
  2375. xen-gnt
  2376. xen-gnt-unix
  2377. xenstore
  2378. xenstore-tool
  2379. xenstore_transport >= "1.1.0"
  2380. xmelly
  2381. xml-light >= "2.5"
  2382. xmldiff >= "0.7.0"
  2383. xmldiff_js
  2384. xmlplaylist >= "0.1.5"
  2385. xoshiro
  2386. xtmpl >= "0.19.0" & < "1.1.0"
  2387. xtmpl_js < "1.1.0"
  2388. xtmpl_ppx < "1.1.0"
  2389. yaml >= "1.0.0"
  2390. yaml-sexp
  2391. yara >= "0.2"
  2392. yocaml < "2.0.0"
  2393. yocaml_cmark
  2394. yocaml_git < "2.0.0"
  2395. yocaml_jingoo < "2.0.0"
  2396. yocaml_markdown < "2.4.1"
  2397. yocaml_mustache < "2.0.0"
  2398. yocaml_syndication < "2.0.0"
  2399. yocaml_unix < "2.0.0"
  2400. yocaml_yaml < "2.0.0"
  2401. yojson >= "1.5.0"
  2402. yojson-bench
  2403. yojson-five
  2404. yurt >= "0.6"
  2405. yuscii >= "0.2.1"
  2406. yuujinchou
  2407. zarith-ppx
  2408. zarith_stubs_js < "v0.17.0"
  2409. zed >= "2.0.6" & < "3.2.0"
  2410. zeit
  2411. zelus
  2412. zelus-gtk
  2413. zipperposition
  2414. zipperposition-tools
  2415. zlib
  2416. zlist >= "0.4.0"
  2417. zmq >= "5.1.0"
  2418. zmq-async >= "5.1.0"
  2419. zmq-eio
  2420. zmq-lwt >= "5.1.0"
  2421. zstandard >= "v0.12.1" & < "v0.17.0"
  2422. zstd = "0.3"
  2423. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "1.3.0"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"