package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

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

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

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

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

Published: 28 Jan 2022

README

Dune - A composable build system

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

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

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

The example directory contains examples of projects using dune.

Travis status AppVeyor status Release

Overview

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

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

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

Strengths

Composable

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

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

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

The magic invocation is:

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

Building against several configurations at once

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

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

This feature requires opam.

Requirements

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

Installation

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

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

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

Migration from jbuilder

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

Status

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

Dependencies (5)

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

Dev Dependencies

None

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

Conflicts (7)

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