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.

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