package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

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.

Added to opam-repository:

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 low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It implements a scheme that's 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, meaning it's highly tested and productive.

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

The example directory contains examples of projects using dune.

Main workflow 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. OCaml is all you need to build Dune and packages using Dune. 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 and arrange them in any way on the file system. 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 can 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

We recommended installing Dune 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 installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: 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 fairly stable and 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.3"

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